{{ ++$index }} |
{{ $branch->name }} |
{{ $branch->address }} |
{{ $branch->phone }} |
{{ $branch->city }} |
{{ $branch->license_number }} |
{{ __('buttons.show') }}
{{ __('buttons.edit') }}
{{ __('buttons.delete') }}
{{-- @if ($branch->status_id == 3)
{{ __('buttons.restore') }}
@else
{{ __('buttons.delete') }}
@endif --}}
|
@endforeach