@extends('layouts.app') @section('content')

PO General Stock Retur : edit

Page for edit PO General Stock Retur

@switch($poGeneralRetur->retur_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
Good Receive No : {{ $poGeneralRetur->po_supplier_good_receive_no }}
PIC : {{ $poGeneralRetur->createdBy->full_contact }}
Status : @switch($poGeneralRetur->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
Completed By : {{ $poGeneralRetur->completedBy->full_contact }}
Completed At : {{ $poGeneralRetur->formatted_completed_at }}
Retur Status : @switch($poGeneralRetur->retur_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
Retur By : {{ $poGeneralRetur->returBy->full_contact }}
Retur At : {{ $poGeneralRetur->formatted_retur_at }}

Material Need to Retur

List material you need to retur.

@foreach ($poGeneralRetur->details as $detail) @endforeach
Material Code Material Fullname Material Name Material Desc Divisi Code Qty Retur Qty Approve
{{ $detail->material_code }} {{ $detail->material->formatted_material }} {{ $detail->material->name }} {{ $detail->material->desc }} {{ $detail->divisi_code }} {{ $detail->qty_retur }} {{ $detail->qty_approved }}
@endsection @section('js') @endsection