@section('page_css') @stop @section('page_content')

All Branch List

+ Add new
@foreach($branches as $branch) @endforeach
Name Location Contact Number Contact Email Status Created Date Action
{{ $branch->name }} {{ $branch->location }} {{ $branch->contact_number }} {{ $branch->contact_email }} {{ $branch->status == 1 ? 'Active':'Inactive' }} {{ $branch->created_at->format('Y-m-d') }}
@stop