@extends('layouts.app')
@section('title')
{{ __('messages.opd_patients') }}
@endsection
@section('css')
{{-- --}}
@endsection
@section('content')
@include('flash::message')
{{Form::hidden('opdPatientUrl',url('opds'),['id'=>'indexOpdPatientUrl'])}}
{{Form::hidden('patientUrl',url('patients'),['id'=>'indexPatientOpdUrl'])}}
{{Form::hidden('doctorUrl',url('doctors'),['id'=>'indexOpdDoctorUrl'])}}
{{ Form::hidden('opd_patient_department', __('messages.opd_patient.opd_patient'), ['id' => 'Receptionist']) }}
@include('opd_patient_departments.templates.templates')
@endsection
@section('scripts')
{{-- assets/js/opd_patients/opd_patients.js--}}
@endsection