@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
{!! $page_title or "Page Title" !!}
{{csrf_field()}}


PO Product Details
@foreach($po_order_details as $po) @endforeach
Products Material Description UOM Quantity Price Sub Total Action
{{$po->item_no}} {{$po->material}} {{$po->description}} {{$po->weight}} {{$po->sub_total}}
@if (CRUDBooster::myPrivilegeId() == 4) Convert to SO @endif
@endsection @section('custom_script') @endsection