@extends('layouts.app')
@section('title')
{{ __('messages.prescriptions') }}
@endsection
@section('content')
@include('flash::message')
{{Form::hidden('patient_id',true,['id'=>'indexPatientPrescriptionId'])}}
@endsection
{{-- JS File :- assets/js/patient_prescriptions/patient_prescriptions.js --}}