#{{ ($invoice->id < 10) ? "0".$invoice->id : $invoice->id }}
Issue Date: {{ $invoice->pay_date->format($global->date_format) }}
# | @lang("app.description") | @lang("app.date") | @lang("app.amount") | |
---|---|---|---|---|
1 | {{ ucfirst($invoice->package->name) }} - {{ ucfirst($invoice->package_type) }} |
{{ $invoice->pay_date->format($global->date_format) }} - {{ $invoice->next_pay_date->format($global->date_format) }} |
{!! htmlentities($invoice->company->currency->currency_symbol) !!}{{ number_format((float)$invoice->amount, 2, '.', '') }} | |
@lang("modules.invoices.total") | {!! htmlentities($invoice->company->currency->currency_symbol) !!}{{ number_format((float)$invoice->amount, 2, '.', '') }} |
@lang("app.note"): Here {!! htmlentities($invoice->company->currency->currency_symbol) !!} refers to {!! $invoice->company->currency->currency_code !!}