| Requisition Number | {{ $itemRequest->requisition_number }} | Create at | {{ $itemRequest->created_at->format('d M Y H:i') }} |
| Requested By | {{ $itemRequest->user->name ?? 'N/A' }} | Cost Center | {{ $itemRequest->costCenter->cc_desc ?? 'N/A' }} |
| Priority | {{ $itemRequest->priority->value ?? 'N/A' }} | Status | {{ $itemRequest->req_status->value }} |
| No | Item Number | Description | Qty | Due Date |
|---|---|---|---|---|
| {{ $item['line'] }} | {{ $item['item_number'] }} |
{{ $item['name'] }}
@if (!empty($item['comment']))
{!! $item['comment'] !!} @endif |
{{ $item['quantity'] }} {{ $item['unit'] ?? '' }} | {{ $item['due_date'] }} |
|
@if ($approver['signature'])
Pengguna belum mengunggah dokumen tanda tangan @endif
{{ $approver['name'] }}
@if ($approver['approved_at'])
{{ $approver['approved_at']->format('d M Y H:i') }}
@endif
|
@endif
@endforeach
| Name | Status | Comment |
|---|---|---|
|
{{ $requesterName }} {{ $itemRequest->created_at->format('d M Y H:i') }} |
Submitted | {!! nl2br(e(str_replace(['\\r\\n', '\\n'], "\n", $itemRequest->remarks))) !!} |
|
{{ $approval->user->name }} {{ $approval->created_at->format('d M Y H:i') }} |
{{ $displayStatus }} | {!! nl2br(e(str_replace(['\\r\\n', '\\n'], "\n", $approval->comment ?? '—'))) !!} |
| No approval history | ||