Branches

@if (app(\App\Services\Care\CarePermissions::class)->can(auth()->user() ? app(\App\Services\Care\OrganizationResolver::class)->memberFor(auth()->user(), $organization) : null, 'admin.branches.manage')) Add branch @endif
@forelse ($branches as $branch)

{{ $branch->name }}

{{ $branch->address ?? 'No address' }} ยท {{ $branch->departments_count }} department(s)

Edit
@empty

No branches yet.

@endforelse