@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" !!}

PO Product Details
@foreach($po_details as $po) @endforeach
PO Number Reference No PO Date Delivery Date Total Status Action
{{$po->po_number}} {{$po->ref_number}} {{$po->po_date}} {{$po->delivery_date}} {{$po->total}} {{$po->draft}} View
@endsection @section('custom_script') @endsection