@extends('layouts.app')
@section('title')
{{ __('messages.patient.patient_details') }}
@endsection
@section('page_css')
@endsection
@section('header_toolbar')
{{Form::hidden('advancedPaymentUrl',url('advanced-payments'),['id'=>'showPatientAdvancedPaymentUrl'])}}
{{Form::hidden('advancePaymentCreateUrl',route('advanced-payments.store'),['id'=>'showPatientAdvancePaymentCreateUrl'])}}
{{Form::hidden('patientUrl',url('patients'),['id'=>'showPatientUrl'])}}
{{Form::hidden('vaccinatedPatientUrl',route('vaccinated-patients.index'),['id'=>'showVaccinatedPatientUrl'])}}
@include('flash::message')
@include('patients.show_fields')
@include('patients.advanced_payments.edit_modal')
@include('patients.vaccinations.edit_modal')
@endsection
{{-- JS File :- assets/js/patients/patients_data_listing.js --}}