@extends('layouts.admin') @section('title', 'Billing') @section('breadcrumb') Dashboard Billing @endsection @section('content')
Manage your plan, usage, and invoices
| Invoice | Period | Amount | Status | Date | Download |
|---|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->period_start?->format('M Y') ?? '—' }} | ₹{{ number_format($invoice->amount / 100, 2) }} | {{ ucfirst($invoice->status) }} | {{ $invoice->created_at->format('d M Y') }} | @if($invoice->pdf_path) PDF @else Pending @endif |
| No invoices yet. | |||||