{{ __('invoices.title') }}

{{ __('invoices.subtitle') }}

@foreach ($rows as $r) @endforeach
{{ __('invoices.col_no') }} {{ __('invoices.col_date') }} {{ __('invoices.col_amount') }} {{ __('invoices.col_status') }}
{{ $r['no'] }} {{ $r['date'] }} {{ $r['amount'] }} {{ __('invoices.paid') }} {{ __('invoices.pdf') }}

{{ __('invoices.next_charge') }}

{{ $nextAmount }}

{{ __('invoices.on_date', ['date' => $nextCharge]) }}

{{ __('invoices.spend') }}