User Prescription report @lang('global.app_list')
| Name | Mobile | Report Type | Ḍate | ||
|---|---|---|---|---|---|
| {{$val->user_id ?? '' }} | {{$val->mobile ?? '' }} | {{$val->appoinment_type ?? '' }} | {{$val->date ?? '' }} | View @lang('global.app_edit') {!! Form::open(array( 'style' => 'display: inline-block;', 'method' => 'DELETE', 'onsubmit' => "return confirm('".trans("global.app_are_you_sure")."');", 'route' => ['wallet.prescriptionDelete', $val->id])) !!} {!! Form::submit(trans('global.app_delete'), array('class' => 'btn btn-xs btn-danger')) !!} {!! Form::close() !!} | |
| @lang('global.app_no_entries_in_table') | |||||