@extends('website.layouts.default') @push('css') @endpush @section('content')

Calfs

Calfs List

Create →
@forelse ($calfs as $calf) @empty

No calves found

@endforelse @include('website.includes.delete_modal')
# Name Primary Image Date Of Birth Estimated Live Weight Gender Action
{{ $loop->index + 1 }} {{ $calf->name }} @if ($calf->primary_image) @else

No image

@endif
{{ $calf->date_of_birth }} {{ $calf->estimated_live_weight }} {{ $calf->gender ? "female" : "male" }}
{{ $calfs->onEachSide(5)->links() }}
@endsection @push('scripts') @endpush