@extends('admin.layouts.app') @push('style') @endpush @section('pagetitlesection') @endsection @section('content')

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

{{-- --}} @forelse ($listBranch as $branch) {{-- --}} @empty @endforelse
Branch Name Branch CodeBranch HeadCreated On Address Status Action
{{ $branch->name }} {{ $branch->code }} {{ 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

{{-- --}}
{{--
--}}
@endsection @push('scripts') @endpush