@extends('layouts.app') @section('title','Customer Invoices') @section('page_title','Customer Invoices') @section('content')
Draft, approve, post, allocate and print UAE VAT invoices.
| Invoice | Date | Customer | Type | Total | Paid / Allocated | Balance | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $invoice->invoice_number }} {{ $invoice->customer_po }} | {{ $invoice->issue_date->format('d M Y') }} | {{ $invoice->party?->legal_name }} | {{ ucwords(str_replace('_',' ',$invoice->invoice_type)) }} | {{ $invoice->currency_code }} {{ number_format((float)$invoice->grand_total,2) }} | {{ number_format((float)$invoice->allocated_total,2) }} | {{ number_format($balance,2) }} | {{ ucwords(str_replace('_',' ',$status)) }} | |
| No invoices found. | ||||||||