Purchase Cancels
@can('purchase-order-receive-create') @endcan

@foreach($data as $row) @endforeach
# P.O No. Vendor Cancel Date Subtotal Freight Total Amount
{{ $row->id }}
{{ ($row->purchase_order) ? $row->purchase_order->po_number : '' }}
{{ isset($row->vendor) ? $row->vendor->name : '' }} {{ $row->canceled_date }} {{ $row->total_amount }} {{ $row->freight }} {{ $row->total }}
@push('scripts') @endpush