@extends('layouts.app') @section('title', 'Trade Invoices') @section('header', 'Trade Invoices') @section('content')
| Invoice # @if(request('orderBy') == 'invoice_no') @endif | DI # @if(request('orderBy') == 'di_no') @endif | Date @if(request('orderBy') == 'invoice_date') @endif | Customer @if(request('orderBy') == 'customer_name') @endif | PGI Quantity | Shipped From | Actions |
|---|---|---|---|---|---|---|
| {{ $invoice->invoice_no }} | {{ $invoice->di_no }} | {{ $invoice->invoice_date }} | {{ $invoice->customer_name }} | {{ $invoice->pgi_quantity }} | {{ $invoice->shipped_from }} | |
| No invoices found | ||||||