Houses

@if($farms->isEmpty())
You do not have any farm assigned yet. Ask admin to assign you a farm before adding houses.
@endif
@csrf

If branch list looks empty, first create branches under Branches.

@foreach($houses as $house) @endforeach
FarmHouseTypeCapacity
{{ $house->farm?->name }}{{ $house->name }}{{ $house->type }}{{ $house->capacity }}
@csrf @method('DELETE')
Edit {{ $house->name }}
@csrf @method('PATCH')
{{ $houses->links() }}