@extends('layouts.pdf') @section('content')

Breed Details

{{__('commons.cattle')}} {{ optional($breed->cattle)->title }}
{{__('breed.breeding_date')}} {{ $breed->breeding_date }}
{{__('breed.breeding_type')}} {{ $breed->breeding_type }}
{{__('breed.breeding_status')}} {{ $breed->breeding_status }}
{{__('breed.expected_birth_date')}} {{ $breed->expected_birth_date }}
{{__('commons.cost')}} {{ $breed->cost }}
{{__('breed.aI_worker')}} {{ optional($breed->aiWorker)->name }}
{{__('commons.comments')}} {{ $breed->comments }}
{{__('commons.created_by')}} {{ optional($breed->creator)->name }}
{{__('commons.created_at')}} {{ $breed->created_at }}
{{__('commons.update_at')}} {{ $breed->updated_at }}
@endsection