{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if (!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors')
{!! Helper::getClientManageDropDown(['selectedClientId' => $data['client_id'] ?? '', 'isRequired' => true, 'labelClass' => 'col-form-label col-12', 'inputDivClass' => 'col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12']) !!}
@if (isset($data['upload_file']) && !empty($data['upload_file']))
@endif


@include('backend.errors')

PRN Medication Authority Form:



Medication required:

Add More

@if (!empty($Medication))
@foreach ($Medication as $index => $irdata)

@endforeach
@endif @php $count = count($Medication); @endphp

Medication Storage:


Authorisation:


@endsection {{-- Scripts Section --}} @section('scripts') @endsection