@extends('layouts.app') @section('content') @include('pages.stock-retur.partials.menu')

PO General Retur

Page for PO General Retur

@foreach ($poGeneralReturs as $poGeneralRetur) @endforeach
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
    @switch($poGeneralRetur->retur_status) @case(false)
  • @break @case(true)
  • @break @default @endswitch
@endsection @section('js') @endsection