@extends('layouts.app') @section('content') @include('pages.stock-retur.partials.menu')
Page for PO General Retur
| Retur No | Date | PIC | Status | Action |
|---|---|---|---|---|
| {{ $poGeneralRetur->no }} | {{ $poGeneralRetur->formatted_date }} | {{ $poGeneralRetur->createdBy->full_contact }} | @switch($poGeneralRetur->retur_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch |