Branches

@if($farms->isEmpty())
You do not have any farm assigned yet. Ask admin to assign a farm before creating branches.
@endif
@csrf
@foreach($branches as $branch) @endforeach
FarmNameCode
{{ $branch->farm?->name }}{{ $branch->name }}{{ $branch->code }}
@csrf @method('DELETE')
Edit {{ $branch->name }}
@csrf @method('PATCH')
{{ $branches->links() }}