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

PO Supplier Stock Retur : edit

Page for edit PO Supplier Stock Retur

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

Material Need to Retur

List material you need to retur.

@foreach ($poSupplierRetur->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 }}
@endsection @section('js') @endsection