@extends('layouts.app') @section('title', 'Trade Dashboard') @section('header', 'Trade Dashboard') @section('content')
{{ $totalInvoices }}
{{ number_format($totalQuantity) }}
${{ number_format($totalAmount, 2) }}
${{ number_format($outstandingAmount, 2) }}
| Customer | Customer ID | User | Phone | Today's Quantity | Monthly Quantity | Total Quantity | Actions |
|---|---|---|---|---|---|---|---|
| {{ $customer->name }} | {{ $customer->customer_id }} | {{ $customer->user_name }} | {{ $customer->phone }} | {{ number_format($customer->pgi_quantity_date) }} | {{ number_format($customer->pgi_quantity_month) }} | {{ number_format($customer->pgi_quantity) }} | View |
| No data available | |||||||