@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
Outbound Delivery
Delivery Details
@foreach($resources as $field) @endforeach
Ship Point OrderNo PO Number Delivery Date Way Bill Date Action
{{$field->ship_point}} {{$field->order_no}} {{$field->po_no}} {{$field->del_date}} {{$field->e_way_bill_date}} View
@endsection