{{ __('Are you sure you want to delete this branch?') }}
| # | {{ __('Name') }} | {{ __('Company') }} | {{ __('User') }} | {{ __('Phone') }} | {{ __('Attachments') }} | {{ __('Email') }} | {{ __('Address') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($branches->currentPage() - 1) * $branches->perPage() }} | {{ $branch->name }} | {{ optional($branch->company)->name }} | {{ optional($branch->user)->name }} | {{ $branch->phone ?? '—' }} | {{ $branch->manager ?? '—' }} | {{ $branch->email ?? '—' }} | {{ $branch->address ?? '—' }} | @can('branches edit') @endcan @can('branches delete') @endcan @can('branches enter') @endcan {{ __('View') }} |
| {{ __('No branches found.') }} | ||||||||