@extends('layouts.app') @section('content')
| No | Date | Style Code | Buyer Code | PIC | Approved By | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $poBuyer->no }} | {{ $poBuyer->formatted_date }} | {{ $poBuyer->article_code }} | {{ $poBuyer->buyer_code }} | {{ $poBuyer->createdBy->full_contact }} | {{ $poBuyer->approvedBy->full_contact }} | @switch($poBuyer->status) @case(false) Need approval @break @case(true) Approved @break @default @endswitch |