@extends('layouts.app') @section('title') {{ __('messages.patient_admissions') }} @endsection @section('page_css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
{{ __('messages.common.filter') }}
@include('employees.patient_admissions.table')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection