@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
@endif
Name |
Type |
Phone |
City |
Location |
Actions |
@foreach($branches as $branch)
{{ $branch->name }} |
{{ $branch->type }} |
{{ $branch->phone_number }} |
{{ $branch->city->name ?? '-' }} |
@if($branch->location)
View Map
@else
-
@endif
|
Edit
|
@endforeach
@push('js')
@endpush