{{ trans('messages.handover') }} | {{ trans('messages.takeover') }} | |||
---|---|---|---|---|
{{ ($i+1)."." }} |
@if ($handover_detail->checklist_items[$i]->value == "Yes")
{{ $handover_detail->checklist_items[$i]->label }}
@else
{{ $handover_detail->checklist_items[$i]->label }}
@endif
|
{{ ($i+1)."." }} | @if ($takeover_detail)
@if ($takeover_detail->checklist_items[$i]->value == "Yes")
{{ $takeover_detail->checklist_items[$i]->label }}
@else
{{ $takeover_detail->checklist_items[$i]->label }}
@endif
|
@else
@endif |
{{ trans('messages.handover').' '.trans('messages.by') }} | {{ $transaction->handoverUser->full_name ?? '' }} | {{ trans('messages.takeover').' '.trans('messages.by') }} | {{ $transaction->takeoverUser->full_name ?? '' }} | |
{{ trans('messages.remarks') }} | {{ $handover_detail->remarks }} | {{ trans('messages.remarks') }} | {{ $takeover_detail->remarks }} | |
{{ trans('messages.signature') }} | {!! isset($handover_detail->signature) ? getImage($handover_detail->signature) : '' !!} | {{ trans('messages.signature') }} | {!! isset($takeover_detail->signature) ? getImage($takeover_detail->signature) : '' !!} |