/ 1
  •  {{__('invoice.print')}}
Result
logo)}}" alt="Logo" style="width: 70px;">

{{$labSettings->name_kh}}

{{$labSettings->name_en}}

{{ app()->getLocale()=='kh' ? $labSettings->address_kh : $labSettings->address_en}}

{{$labSettings->phone_number}} {{$labSettings->email}}

 
{{__('vaccination.invoice_title')}}
{{__('invoice.form_invoice_number')}} : {{$vaccinations->invoice_code}} {{__('Date')}} : {{date('d-m-Y',strtotime($vaccinations->vaccination_date))}}
{{__('invoice.table_patient_name')}} : {{$vaccinations->patient->name_en}} {{__('patient.form_age')}} : {{\App\Helpers\Helpers::getAge($vaccinations->patient->dob, $vaccinations->vaccination_date)}}, {{__('sample.form_patient_gender')}}: {{\App\Helpers\Helpers::getGender($vaccinations->patient->gender)}}
{{__('patient.table_phon')}} : {{$vaccinations->patient->phone_number}} {{__('Next Visit')}} : {{date('d-m-Y',strtotime($vaccinations->next_visit_date))}}
 
@foreach($vaccinations->vaccinationDetail as $k=>$invItem) unit_price;?> @endforeach
{{__('invoice.table_no')}} {{__('invoice.form_description')}} {{__('invoice.form_qty')}} {{__('invoice.form_unit_price')}}
{{$k+1}} {{@$invItem->vaccineItem->medicine->name}} {{$invItem->qty}} $ {{$invItem->unit_price}}
{{__('invoice.table_invoice_date')}}: {{date('d-m-Y',strtotime($vaccinations->vaccination_date))}} {{__('invoice.table_total_cost')}} ($) : {{number_format($vaccinations->total,2)}}
{{__('invoice.table_discount')}} (%) : {{number_format($vaccinations->discount,2)}}
{{__('invoice.table_net_cost')}} : {{number_format($vaccinations->gross_total ,2)}}
{{__('invoice.received_by')}} {{__('invoice.table_net_cost_riel')}} : {{number_format((($vaccinations->gross_total) * ($vaccinations->exchange_rate <=0 ? $labSettings->exchange_rate : $vaccinations->exchange_rate)),2)}}
 
logo)}}" alt="Logo" style="width: 70px;">

{{$labSettings->name_kh}}

{{$labSettings->name_en}}

{{ app()->getLocale()=='kh' ? $labSettings->address_kh : $labSettings->address_en}}

{{$labSettings->phone_number}} {{$labSettings->email}}

 
{{__('vaccination.invoice_title')}}
{{__('invoice.form_invoice_number')}} : {{$vaccinations->invoice_code}} {{__('Date')}} : {{date('d-m-Y',strtotime($vaccinations->vaccination_date))}}
{{__('invoice.table_patient_name')}} : {{$vaccinations->patient->name_en}} {{__('patient.form_age')}} : {{\App\Helpers\Helpers::getAge($vaccinations->patient->dob, $vaccinations->vaccination_date)}}, {{__('sample.form_patient_gender')}}: {{\App\Helpers\Helpers::getGender($vaccinations->patient->gender)}}
{{__('patient.table_phon')}} : {{$vaccinations->patient->phone_number}} {{__('Next Visit')}} : {{date('d-m-Y',strtotime($vaccinations->next_visit_date))}}
 
@foreach($vaccinations->vaccinationDetail as $k=>$invItem) unit_price;?> @endforeach
{{__('invoice.table_no')}} {{__('invoice.form_description')}} {{__('invoice.form_qty')}} {{__('invoice.form_unit_price')}}
{{$k+1}} {{@$invItem->vaccineItem->medicine->name}} {{$invItem->qty}} $ {{$invItem->unit_price}}
{{__('invoice.table_invoice_date')}}: {{date('d-m-Y',strtotime($vaccinations->vaccination_date))}} {{__('invoice.table_total_cost')}} ($) : {{number_format($vaccinations->total,2)}}
{{__('invoice.table_discount')}} (%) : {{number_format($vaccinations->discount,2)}}
{{__('invoice.table_net_cost')}} : {{number_format($vaccinations->gross_total ,2)}}
{{__('invoice.received_by')}} {{__('invoice.table_net_cost_riel')}} : {{number_format((($vaccinations->gross_total) * ($vaccinations->exchange_rate <=0 ? $labSettings->exchange_rate : $vaccinations->exchange_rate)),2)}}