@extends('layouts.master') @section('title', 'Agro Pro - Animal House') @section('content')
Animal House
ALL ANIMAL HOUSE{{ $sheds->count() }}
@foreach($sheds as $shed) {{$shed->shed_name}} {{$shed->shed_address}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection