@extends('layouts.app') @section('title') {{ __('messages.prescriptions') }} @endsection @section('page_css') {{-- --}} @endsection @section('content')
{{ Form::hidden('prescriptionLang',__('messages.delete.prescription'), ['id' => 'prescriptionLang']) }} @include('flash::message')
@include('patients_prescription_list.templates.templates')
@endsection {{--let prescriptionUrl = "{{url('patient/my-prescriptions')}}"--}} {{--let patientUrl = "{{url('patients')}}"--}} {{-- --}} {{-- --}}