@extends('clients.layouts.app') @section('title', 'Billing & Invoices') @section('content')
Manage your payments and history
Credit Balance
$0.00 USD
| Invoice # | Date Generated | Due Date | Total | Status | Actions |
|---|---|---|---|---|---|
|
#{{ $invoice['invoicenumber'] ?? $invoice['invoicenum'] ?? $invoice['id'] }} |
{{ $invoice['date'] }} | {{ $invoice['duedate'] }} |
{{ $invoice['total'] }} {{ $invoice['currencycode'] ?? 'USD' }} |
{{ $invoice['status'] }} |
@if(strtolower($invoice['status']) === 'unpaid')
Pay Now
@endif
|
No billing historyYour invoices will appear here once generated. |
|||||