@extends('layouts.app') @section('title') {{ __('messages.ipd_patient.ipd_patients') }} @endsection @section('content')
@include('flash::message')
{{Form::hidden('ipdPatientUrl',url('ipds'),['id'=>'indexIpdPatientUrl'])}} {{Form::hidden('patientUrl',url('patients'),['id'=>'indexIpdDepartmentPatientUrl'])}} {{Form::hidden('doctorUrl',url('doctors'),['id'=>'indexIpdDepartmentDoctorUrl'])}} {{Form::hidden('bedUrl',url('beds'),['id'=>'indexIpdDepartmentBedUrl'])}} {{ Form::hidden('ipd_patient', __('messages.ipd_patient.ipd_patient'), ['id' => 'ipdPatientDepartment']) }} @include('ipd_patient_departments.templates.templates')
@endsection @section('scripts') {{-- assets/js/ipd_patients/ipd_patients.js--}} @endsection