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

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('opd_patient_departments.show_fields')
@include('opd_diagnoses.add_modal') @include('opd_diagnoses.edit_modal') @include('opd_diagnoses.templates.templates') @include('opd_patient_departments.templates.templates') @include('opd_timelines.add_modal') @include('opd_timelines.edit_modal')
@endsection @section('page_scripts') @endsection @section('scripts') {{-- --}} @endsection