-
Action
-
City
-
Province
-
Date Created
@foreach($branches as $branch)
-
{{$branch->city}}
{{$branch->province}}
{{$branch->created_at}}
@endforeach
@if($branches->count()>0)
Showing {{ $branches->count() }} entries
@endif
@endsection
@section('page_script')
@parent
@endsection