@extends('layouts.app') @section('title') {{ __('messages.opd_patients') }} @endsection @section('css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
@include('opd_patient_departments.table')
@include('opd_patient_departments.templates.templates')
@endsection @section('scripts') @endsection