@include('layout.header')
@include('layout.navbar') @include('layout.breadscrum')
@include('layout.sidebar')
Patient Register
Patient-Code
*
Patient-Name
*
Dob
or
Age
*
Day
Month
Year
Gender
*
Male
Female
Other
Marital Status
*
Single
Married
Other
Phone Number
*
Province
@foreach($provinces as $province)
{{$province->name_en}}
@endforeach
District
Commune
Village
{{__('lang.save')}}
{{__('lang.update')}}
{{__('lang.cancel')}}
@include('layout.footer')
@include('layout.common_script')