@include('layout.header')
@include('layout.navbar') @include('layout.breadscrum')
@include('layout.sidebar')
{{__('vaccination.new_title')}}
@csrf
{{__('invoice.form_patient')}}
*
Walk In Patient
@foreach($patients as $patient)
{{($patient->patient_uuid . ' - ' . $patient->name_en) . ((!empty($patient->phone_number) ? ' - '.$patient->phone_number: ''))}}
@endforeach
{{__('general.btn_search')}}
@if(\App\Http\Controllers\Helper\GlobalController::user_can(Auth::user()->role_id, ['create_patient']))
{{__('patient.form_add_title')}}
@endif
{{__('vaccination.date')}}
*
{{__('vaccination.next_visit')}}
*
{{__('vaccination.name')}}
{{__('vaccination.unit_price')}} ($)
{{__('vaccination.qty')}}
{{__('vaccination.subtotal')}}
@foreach($medicineItems as $medicineItem)
{{$medicineItem->medicine->name}}
@endforeach
{{__('invoice.exchange_rate')}}
*
{{__('invoice.table_total_cost')}}
({{$labSettings->currency==1?'៛':'$'}})
{{__('invoice.table_discount')}}
(%)
{{__('invoice.table_net_cost')}}
{{__('invoice.pay_type')}}
*
{{__('invoice.cash_paid')}}
{{__('invoice.bank_paid')}}
{{__('invoice.cash_paid')}} + {{__('invoice.bank_paid')}}
{{__('invoice.table_paid')}}
({{__('invoice.cash_paid')}})
{{__('invoice.table_paid')}}
({{__('invoice.bank_paid')}})
{{__('invoice.form_paid_date')}}
*
{{__('invoice.bank_name')}}
{{__('invoice.transaction_no')}}
{{__('invoice.form_owe_amount')}}
*
{{__('invoice.form_btn_save_preview')}}
{{__('vaccination.btn_save')}}
{{__('patient.form_add_title')}}
@csrf
{{__('patient.form_code')}}
*
patient_code == 1 ? ' disabled readonly ' : ''}} name="patient_code" id="patient-code" placeholder="{{__('patient.form_code')}}">
{{__('patient.form_name')}}
*
{{__('patient.form_dob')}}
*
{{__('patient_type.form_input_year')}}
{{__('patient_type.form_input_month')}}
{{__('patient_type.form_input_day')}}
{{__('patient.form_gender')}}
*
{{__('patient.form_sex_male')}}
{{__('patient.form_sex_female')}}
{{__('patient.form_sex_other')}}
{{__('patient.form_khid')}}
{{__('patient.form_phone')}}
{{__('patient.form_house')}}
{{__('patient.form_street')}}
{{__('patient.form_province')}}
@foreach($provinces as $province)
{{$province->name_en}}
@endforeach
{{__('patient.form_district')}}
{{__('patient.form_commune')}}
{{__('patient.form_village')}}
@include('layout.footer')
@include('layout.common_script')