@extends('website.layouts.default') @push('css') @endpush @section('content')
Purchased / In-house
@if ($cow->is_purchased == 1) In-House @else Purchased @endif
Name
{{ $cow->name }}
Gender
@if ($cow->gender == 1) Male @else Female @endif
Date Of Birth
{{ $cow->date_of_birth }}
Shade
{{ $cow->shade ? $cow->shade->shade_no : '' }}
Color
{{ $cow->color ? $cow->color->color_name : '' }}
Estimated Live Weight
{{ $cow->estimated_live_weight }}
Status
{{ $cow->status_type }}
Purchased Price
{{ $cow->purchased_price }}
Labour cost
{{ $cow->labour_cost }} ৳
Transition
{{ $cow->transition_cost }} ৳
Supplier
{{ $cow->supplier ? $cow->supplier->supplier_name : '' }}
No Images Found
@endforelse