@extends('website.layouts.default') @push('css') @endpush @section('content')
Shade No
{{ $shade->shade_no }}
Shade Area
{{ $shade->shade_area }}
Shade Capacity
{{ $shade->shade_capacity }}
Shade Type
{{ $shade->cowtype->cow_type_name }}
| # | {{--Cow ID | --}}Name | Supplier | Purchased / In-house |
|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{--{{ $cow->cow_id }} | --}}{{ $cow->cow_name }} | {{ $cow->supplier ? $cow->supplier->supplier_name : '' }} | @if ($cow->is_purchased == 1) In-House @else Purchased @endif |