@extends('website.layouts.default') @push('css') @endpush @section('content')
| # | {{--Cow ID | --}}Name | Image | Supplier | Purchased / In-house | Action |
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{--{{ $cow->cow_id }} | --}}{{ $cow->name }} |
@if ($cow->primary_image)
No image @endif |
{{ $cow->supplier ? $cow->supplier->supplier_name : '' }} | @if ($cow->is_purchased == 1) In-House @else Purchased @endif | |