@extends('layouts.app') @section('title', $invoice->invoice_number) @section('content')
Issued {{ $invoice->invoice_date->format('d M Y') }} · {{ $invoice->customer?->full_name_en ?? $invoice->company?->name_en ?? 'General account' }}
{{ $label }}
AED {{ number_format((float) $amount, 2) }}
Government/pass-through money is separated from company revenue and VAT.
| Description | Classification | Amount |
|---|---|---|
{{ $item->description }} {{ str_replace('_', ' ', $item->fee_type) }} · Qty {{ $item->quantity }} · VAT {{ number_format((float)($item->vat_rate ?? 0),2) }}% | {{ str_replace('_', ' ', $item->revenue_classification) }} | AED {{ number_format((float) $item->total_amount + (float)$item->vat_amount, 2) }} |
| Approved service-revenue discount | − AED {{ number_format((float) $invoice->discount_amount, 2) }} | |
| Invoice total | AED {{ number_format((float) $invoice->total_amount, 2) }} | |
{{ $payment->payment_number }}
{{ $payment->created_at->format('d M Y, H:i') }} · {{ $payment->components->pluck('payment_method')->map(fn($v) => str_replace('_', ' ', $v))->join(' + ') }}
AED {{ number_format((float) $payment->amount, 2) }}
@if($payment->receipt)Receipt {{ $payment->receipt->receipt_number }}@endifImmutable snapshots, changes, user and reason.
Version {{ $revision->version }} · {{ $revision->actor?->name }}
{{ $revision->created_at->format('d M Y, H:i') }} · {{ $revision->reason }}