@extends('layouts.app')
@section('title', 'Invoice Management - Quick OMS')
@section('content')
Invoice Management
Generate, view, and manage invoices
Total Revenue
${{ number_format($revenue, 2) }}
Approved & Closed
Paid Invoices
{{ number_format($dashboardPaidCount) }}
Successfully closed
Unpaid Invoices
{{ number_format($dashboardUnpaidCount) }}
Draft & Approved
Converted
{{ number_format($convertedCount) }}
Total invoices generated
Invoices
@push('css')
@endpush
@push('scripts')
@endpush
@endsection