@extends('layouts.app') @section('title') {{ __('messages.ipd_patient.ipd_patients') }} @endsection @section('css') {{-- --}} @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('ipdPatientLang', __('messages.delete.ipd_patient'), ['id' => 'ipdPatientLang']) }}
@include('ipd_patient_departments.templates.templates')
@endsection {{-- let ipdPatientUrl = "{{url('ipds')}}"--}} {{-- let patientUrl = "{{url('patients')}}"--}} {{-- let doctorUrl = "{{url('doctors')}}"--}} {{-- let bedUrl = "{{url('beds')}}"--}} {{-- --}} {{-- --}}