{{ __('Branch Details') }}

{{ $partner->name }}

@can('update', $partner) Edit Branch @endcan Back to Branches

Branch Information

Branch Name

{{ $branch->name }}

City

{{ $branch->city_name }}

Branch Address

{{ $branch->address }}

Branch Users

@forelse ($users as $user) @empty @endforelse
Name Email Role Status
{{ $user->name }} {{ $user->email }} {{ $user->type }} {{ $user->status?->value ?? $user->status }}
No users are assigned to this branch.
@if ($users->hasPages())
{{ $users->links() }}
@endif

Summary

Total Users

{{ $branch->users_count }}

Partner

{{ $partner->name }}

@can('update', $partner)
@csrf @method('DELETE')
@endcan