@extends('layouts.app') @section('title') {{ __('messages.ipd_patient.ipd_patients') }} @endsection @section('css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
{{ __('messages.common.filter') }}
{{ __('messages.ipd_patient.new_ipd_patient') }}
@include('ipd_patient_departments.table')
@include('ipd_patient_departments.templates.templates')
@endsection @section('scripts') @endsection