@extends('layouts.app') @section('title') {{ __('messages.ipd_patient.ipd_patient_details') }} @endsection @section('page_css') @endsection @section('css') @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('ipd_patient_departments.show_fields')
@include('ipd_diagnoses.add_modal') @include('ipd_diagnoses.edit_modal') @include('ipd_consultant_registers.add_modal') @include('ipd_consultant_registers.edit_modal') @include('ipd_charges.add_modal') @include('ipd_charges.edit_modal') @include('ipd_prescriptions.add_modal') @include('ipd_prescriptions.edit_modal') @include('ipd_prescriptions.show_modal') @include('ipd_timelines.add_modal') @include('ipd_timelines.edit_modal') @include('ipd_diagnoses.templates.templates') @include('ipd_consultant_registers.templates.templates') @include('ipd_charges.templates.templates') @include('ipd_prescriptions.templates.templates') @include('ipd_payments.add_modal') @include('ipd_payments.edit_modal') @include('ipd_payments.templates.templates')
@endsection @section('page_scripts') {{-- --}} @endsection @section('scripts') @endsection