@include('layout.header')
@include('layout.navbar') @include('layout.breadscrum')
@include('layout.sidebar')
{{__('vaccination.edit_title')}}
@csrf
{{__('invoice.form_patient')}}
*
patient_id==1?'selected':''}} value="1">Walk In Patient
@foreach($patients as $patient)
patient_id==$patient->id?'selected':''}} value="{{$patient->id}}">{{($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($vaccinations->vaccinationDetail as $vaccination_item)
@foreach($medicineItems as $medicineItem)
medicine_item_id == $medicineItem->id ? 'selected' :'' }} data-price="{{$medicineItem->sale_price}}" value="{{$medicineItem->id}}"> {{$medicineItem->medicine->name}}
@endforeach
@endforeach
{{__('invoice.exchange_rate')}}
*
{{__('invoice.table_total_cost')}}
($)
{{__('invoice.table_discount')}}
(%)
{{__('invoice.table_net_cost')}}
{{__('invoice.pay_type')}}
*
pay_type==1 ? 'selected' : ''}}>{{__('invoice.cash_paid')}}
pay_type==2 ? 'selected' : ''}}>{{__('invoice.bank_paid')}}
pay_type==3 ? 'selected' : ''}}>{{__('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')}}
*
{{__('sample.btn_print')}}
{{__('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')}}
@if(Auth::id()==199999999) @include('modal.preview_vaccination_invoice') @else @include('modal.preview_vaccination_invoice_') @endif @include('layout.footer')
@include('layout.common_script')