@extends('layouts.app') @section('title') {{ __('messages.ipd_patient.ipd_patients') }} @endsection @section('page_css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
@include('ipd_patient_list.table')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection