{!! $greeting !!}
+ +| Title | +Details | +
|---|---|
| Requested DateTime | +{{ $request->created_at->format('d-m-Y H:i:s') }} | +
| Plant | +{{ $request->plant->name ?? $request->plant_id }} | +
| Item Code | +{{ $request->item->code ?? $request->code }} | +
| Job Number | +{{ $request->aufnr }} | +
| Characteristics Name | +SAP Value | +Update Value | +WorkFlow ID | +|
|---|---|---|---|---|
| {{ $char['characteristic_name'] ?? '-' }} | --}} +{{ strtoupper($char['characteristic_name'] ?? '-') }} | +{{ $char['current_value'] ?? '-' }} | +{{ $char['update_value'] ?? '-' }} | +{{ $char['work_flow_id'] ?? '-' }} | +
| No Characteristics Found | +||||
| Approver Name | +Approve Status | +
|---|---|
| {{ $approverName }} | ++ Approve | + Hold | + Reject + | +
{!! $wishes !!}
+ + +