@extends('layouts.pdf') @section('content')
| {{__('commons.cattle')}} | {{ optional($medicine->cattle)->title }} |
|---|---|
| {{__('medicine.doctor')}} | {{ optional($medicine->doctor)->name }} |
| {{__('commons.identify_date')}} | {{ $medicine->identify_date }} |
| {{__('commons.start_date')}} | {{ $medicine->start_date }} |
| {{__('commons.end_date')}} | {{ $medicine->end_date }} |
| {{__('commons.next_follow_up_date')}} | {{ $medicine->next_follow_up_date }} |
| {{__('medicine.special_dose')}} | {{ $medicine->special_dose }} |
| {{__('medicine.regular_dose')}} | {{ $medicine->regular_dose }} |
| {{__('commons.comments')}} | {{ $medicine->comments }} |
| {{__('commons.created_by')}} | {{ optional($medicine->creator)->name }} |
| {{__('commons.created_at')}} | {{ $medicine->created_at }} |
| {{__('commons.update_at')}} | {{ $medicine->updated_at }} |