@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('opdPatientLang',__('messages.delete.opd_patient'), ['id' => 'opdPatientLang']) }}
@include('opd_patient_departments.templates.templates')
@endsection
{{--let opdPatientUrl = "{{url('opds')}}"--}}
{{--let patientUrl = "{{url('patients')}}"--}}
{{--let doctorUrl = "{{url('doctors')}}"--}}
{{-- --}}
{{-- --}}
{{-- --}}