@extends('layouts.app')
@section('title')
{{ __('messages.doctor_opd_charges') }}
@endsection
{{-- --}}
@section('content')
@include('flash::message')
{{ Form::hidden('doctorOPDChargeUrl', url('doctor-opd-charges'), ['id' => 'doctorOPDChargeURLID']) }}
{{ Form::hidden('doctorOPDChargeCreateUrl', route('doctor-opd-charges.store'), ['id' => 'doctorOPDCreateChargeURLID']) }}
{{ Form::hidden('doctorShowUrl', url('doctors'), ['id' => 'doctorShowURLID']) }}
{{ Form::hidden('doctorOpdChargeLang', __('messages.delete.doctor_opd_charge'), ['id' => 'doctorOpdChargeLang']) }}
@include('doctor_opd_charges.templates.templates')
@include('doctor_opd_charges.create_modal')
@include('doctor_opd_charges.edit_modal')
@endsection
{{-- let doctorOPDChargeUrl = "{{url('doctor-opd-charges')}}";--}}
{{-- let doctorOPDChargeCreateUrl = "{{route('doctor-opd-charges.store')}}";--}}
{{-- let doctorShowUrl = "{{url('doctors')}}";--}}
{{-- --}}
{{-- --}}
{{-- --}}