@extends('layouts.app')
@section('title')
{{ __('messages.prescriptions') }}
@endsection
@section('content')
@include('flash::message')
{{ Form::hidden('accountantUrl', url('accountants'), ['id' => 'accountantURL']) }}
@endsection
{{-- JS File :- assets/js/employee_prescriptions/employee_prescriptions.js --}}