{{ __('appointment.name') }} | {{ __('appointment.frequency') }} | {{ __('appointment.duration') }} | @if ($data['status'] == 1){{ __('appointment.action') }} | @endif|
---|---|---|---|---|
{{ $prescription['name'] }} {{ $prescription['instruction'] }} |
{{ $prescription['frequency'] }} | {{ $prescription['duration'] }} | @if ($data['status'] == 1)
|
@endif
|
{{ __('appointment.no_prescription_found') }}
|