@extends('layouts.app')
@section('title')
{{ __('messages.prescriptions') }}
@endsection
@section('page_css')
{{-- --}}
@endsection
@section('content')
@include('flash::message')
@include('prescriptions.templates.templates')
@include('prescriptions.show_modal')
{{Form::hidden('prescriptionUrl',url('prescriptions'),['id'=>'indexPrescriptionUrl'])}}
{{Form::hidden('doctorUrl',url('doctors'),['id'=>'indexPrescriptionDoctorUrl'])}}
{{Form::hidden('patientUrl',route('patients.index'),['id'=>'indexPrescriptionPatientUrl'])}}
{{ Form::hidden('prescriptions.show.modal', url('prescriptions-show-modal'), ['id' => 'prescriptionShowModal']) }}
{{ Form::hidden('prescriptionLang',__('messages.delete.prescription'), ['id' => 'prescriptionLang']) }}
@endsection
{{--let prescriptionUrl = "{{url('prescriptions')}}"--}}
{{--let patientUrl = "{{ route('patients.index') }}"--}}
{{--let doctorUrl = "{{ url('doctors') }}"--}}
{{-- --}}
{{-- --}}
{{-- --}}