#{{ ($invoice->id < 10) ? "0".$invoice->id : $invoice->id }}
Issue Date: {{ $invoice->pay_date->format("dS M Y") }}
@if(!is_null($invoice->offlineMethod))
Payment Method:offline({{$invoice->offlineMethod->name}})
@endif
# | @lang("app.description") | @lang("app.date") | @lang("app.amount") | |
---|---|---|---|---|
1 | {{ ucfirst($invoice->package->name) }} - {{ ucfirst($invoice->company->package_type) }} |
{{ $invoice->pay_date->format("dS M Y") }} - {{ $invoice->next_pay_date->format("dS M Y") }} |
{!! htmlentities($superSettings->currency->currency_code) !!}{{ number_format((float)$invoice->amount, 2, '.', '') }} | |
@lang("app.total") | {!! htmlentities($superSettings->currency->currency_code) !!}{{ number_format((float)$invoice->amount, 2, '.', '') }} |
@lang("app.note"): Here {!! htmlentities($superSettings->currency->currency_symbol) !!} refers to {!! $superSettings->currency->currency_code !!}