@extends('crudbooster::admin_template') @section('content')
@if(CRUDBooster::getCurrentMethod() != 'getProfile' && $button_cancel) @if(g('return_url'))

  {{trans("crudbooster.form_back_to_list",['module'=>CRUDBooster::getCurrentModule()->name])}}

@else

  {{trans("crudbooster.form_back_to_list",['module'=>CRUDBooster::getCurrentModule()->name])}}

@endif @endif
PO Product Details
{{$po_details->po_number}}
{{$po_details->po_date}}
{{$po_details->delivery_date}}
{{$po_details->dist_channel}}
{{$po_details->sales_org}}
{{$po_details->division}}

Order Details

@foreach($orders_details as $od) @endforeach
Product code Material Description Quantity UOM Std Price Sub Total
{{$od->product_code}} {{$od->material}} {{$od->description}} {{$od->quantity}} {{$od->weight}} {{$od->std_price}} {{$od->sub_total}}
@endsection @section('custom_script') @endsection