| JO NUMBER | JO CATEGORY | ADDRESS | STATUS |
|---|---|---|---|
| {{ strtoupper($jo->jo_number) }} | @if($jo->jo_reason) {{ strtoupper($jo->jo_category) }} ({{ strtoupper($jo->jo_reason) }}) @elseif($jo->reason_other) {{ strtoupper($jo->jo_category) }} ({{ strtoupper($jo->reason_other) }}) @else {{ strtoupper($jo->jo_category) }} @endif @if($jo->is_critical == 1) CRITICAL @endif | {{ strtoupper($jo->complete_address) }} | @if($jo->status == 'pending') @endif @if($jo->status == 'dispatched') @endif @if($jo->status == 'accomplished') @endif @if($jo->status == 'cancelled') @endif |