@extends('layouts.master') @section('title', 'Farm App - Livestock List') @section('content')
{{--
--}} {{--
--}} {{--
--}} {{-- CREATE LIVESTOCK--}} {{--
--}} {{--
--}} {{-- ACTIONS--}} {{--
--}} {{--
--}} {{--
--}}
Livestock List
LIVESTOCK LIST{{ $livestockLists->count() }}
@foreach($livestockLists as $livestockList) {{$livestockList->animal_name}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection