@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_list.show_fields')
@include('ipd_prescriptions.show_modal') @endsection @section('page_scripts') @endsection @section('scripts') @endsection