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

Medicine List

@php($serial = 1) @foreach($items as $item) @endforeach
{{__('commons.sl')}} {{__('commons.cattle')}} {{__('medicine.doctor')}} {{__('commons.identify_date')}} {{__('commons.start_date')}} {{__('commons.end_date')}} {{__('commons.next_follow_up_date')}}
{{ $serial++ }} {{ optional($item->cattle)->title }} {{ optional($item->doctor)->name }} {{ $item->identify_date }} {{ $item->start_date }} {{ $item->end_date }} {{ $item->next_follow_up_date }}
@endsection