| {{$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")!!}
|
@endforeach