Revenue Report

Generated: {{ now()->format('d M Y H:i') }} • Total: ₹{{ number_format($total, 2) }}

@foreach($renewals as $renewal) @endforeach
License Customer Period Previous Expiry New Expiry Amount (₹) Date
{{ $renewal->license?->license_key }} {{ $renewal->license?->customer?->company_name }} {{ str_replace('_', ' ', ucfirst($renewal->renewal_period)) }} {{ $renewal->previous_expiry->format('d M Y') }} {{ $renewal->new_expiry->format('d M Y') }} {{ number_format($renewal->amount, 2) }} {{ $renewal->created_at?->format('d M Y') }}
TOTAL REVENUE: ₹{{ number_format($total, 2) }}