@if ($canManage ?? false) Add care unit @endif
@forelse ($units as $unit) @empty @endforelse
Name Kind Department Branch
{{ $unit->name }} @if ($unit->code) {{ $unit->code }} @endif {{ $kinds[$unit->kind] ?? $unit->kind }} {{ $unit->department?->name }} {{ $unit->department?->branch?->name }} Open
No care units yet.