{!!Helper::getListAddBtn($medicationadminrecordsheetoptioncreateurl,"Add Medication")!!}
@if(!empty($medicationadminData)) @foreach($medicationadminData as $tableData) @endforeach @endif
Date Time Medication Dose Given Reason Given Approved By Signature Added by
{{$tableData->created_at->format('d-m-Y')}} {{$tableData->time}} {{$tableData->title}} {{$tableData->dose_given}} {{$tableData->reason_given}} {{$tableData->approved_by}} {{$tableData->signature}} {{$tableData->addedby}} @php $route = route('medicationadminrecordsheetoption.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('medicationadminrecordsheetoption.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionRecordDelete")!!}