@extends('layouts.app') @section('content')

Branch Management

Reset
@forelse($branches as $branch) @empty @endforelse
# Branch Name Branch Code Company Phone Status Created By Actions
{{ $loop->iteration }} {{ $branch->branch_name }} {{ $branch->branch_code }} {{ $branch->company->company_name ?? 'N/A' }} {{ $branch->phone }} {!! $branch->status_badge !!} {{ $branch->creator->name ?? 'N/A' }}
No branches found.
{{ $branches->links() }}
@push('scripts') @endpush @endsection