@extends('layouts.app') @section('page-title', __('Invoice Payments')) @section('page-heading', __('Invoice Payments')) @section('styles') @endsection @section('content')
| User | County | Total Amount | Total Tax | Total Net | Invoices | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->county->name ?? 'N/A' }} | {{ number_format($user->total_amount_payable ?? 0, 2) }} | {{ number_format($user->total_tax ?? 0, 2) }} | {{ number_format($user->total_net_payable ?? 0, 2) }} | {{ $user->invoice_count }}/{{ $user->total_payments }} | View Details |
| No records found | |||||||