| Statement |
: |
{{ $wasteRequest->statement }} |
| Explaination and Reasoning |
: |
{{ $wasteRequest->explaination }} |
| Send from Divisi |
: |
{{ $wasteRequest->send_from_divisi }} |
| Request by |
: |
{{ $wasteRequest->createdBy->full_contact }} |
| Status |
: |
@switch($wasteRequest->status)
@case(false)
Waiting for approval
@break
@case(true)
Complete
@break
@default
@endswitch
|
@switch($wasteRequest->status)
@case(false)
@break
@case(true)
| Approved By |
: |
{{ $wasteRequest->approvedBy->full_contact }} |
| Approved At |
: |
{{ $wasteRequest->formatted_approved_at }} |
@break
@default
@endswitch