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

PO General Retur No : {{ $poGeneralRetur->no }}

Date : {{ $poGeneralRetur->formatted_date }}
@switch($poGeneralRetur->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
Good Receive No : {{ $poGeneralRetur->po_general_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 }}
Material Retur Details
@foreach ($poGeneralRetur->details as $detail) @endforeach
Material Code Material Fullname Material Name Material Desc Divisi Code Qty Retur
{{ $detail->material_code }} {{ $detail->material->formatted_material }} {{ $detail->material->name }} {{ $detail->material->desc }} {{ $detail->divisi_code }} {{ $detail->qty_retur }}
@endsection @section('js') @endsection