@foreach ($branches as $index => $branch) @endforeach
# {{ __('branch.data.name') }} {{ __('branch.data.address') }} {{ __('branch.data.phone') }} {{ __('branch.data.city') }} {{ __('branch.data.license_number') }} {{ __('buttons.actions') }}
{{ ++$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 --}}