@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

+ Create Invoice
Show entries
Invoice ID Company Client Issue Date Expiry Date Status Total Actions
@push('css') @endpush @push('scripts') @endpush @endsection