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

{{__('breed.breed_list')}}

@php($serial = 1) @foreach($items as $item) @endforeach
{{__('commons.sl')}} {{__('commons.cattle')}} {{__('breed.breeding_date')}} {{__('breed.breeding_type')}} {{__('breed.breeding_status')}} {{__('breed.expected_birth_date')}} {{__('commons.cost')}} {{__('breed.aI_worker')}}
{{ $serial++ }} {{ optional($item->cattle)->title }} {{ $item->breeding_date }} {{ $item->breeding_type }} {{ $item->breeding_status }} {{ $item->expected_birth_date }} {{ $item->cost }} {{ optional($item->creator)->name }}
@endsection