@php $code = Auth::user()->mfi->code; @endphp @extends('mfi.layouts.app') @push('style') @endpush @section('pagetitlesection') @endsection @section('content')

No of Branches: {{ $listBranch->count() }}

@can('add-branch') @endcan
{{--
--}}
{{--
Advanced Search
--}}
{{--
--}}
{{-- --}} @forelse ($listBranch as $branch) @empty @endforelse
Branch Details Area Of OperationBranch HeadCreated On Address Status Action
Name : {{ $branch->name }}
Code : {{ $branch->code }}
{{ !empty($branch->oprationArea) ? $branch->oprationArea->zone_name : '---' }} {{ date('d-m-Y', strtotime($branch->created_at)) }} {{ $branch->full_address }} @switch($branch->status) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
No Data Yet

Branch Name

Area Of Operation

@endsection @push('scripts') @endpush