@extends('website.layouts.default') @push('css') @endpush @section('content')
| # | Name | Primary Image | Date Of Birth | Estimated Live Weight | Gender | Action |
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $calf->name }} |
@if ($calf->primary_image)
No image @endif |
{{ $calf->date_of_birth }} | {{ $calf->estimated_live_weight }} | {{ $calf->gender ? "female" : "male" }} | |