@lang("modules.invoices.billedTo"):

{{ ucwords($company->company_name) }}

{!! nl2br($company->address) !!}
@lang("modules.invoices.generatedBy"):

{{ ucwords($generatedBy->company_name) }}

{{-- @if(!is_null($settings))--}}
{!! nl2br($generatedBy->address) !!}
{{ $generatedBy->company_phone }}
{{-- @endif--}}

#{{ ($invoice->id < 10) ? "0".$invoice->id : $invoice->id }}

Issue Date: {{ $invoice->pay_date->format($global->date_format ? $global->date_format : 'Y-m-d') }}
# @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($generatedBy->currency->currency_symbol) !!}{{ number_format((float)$invoice->amount, 2, '.', '') }}
@lang("modules.invoices.total") {!! htmlentities($generatedBy->currency->currency_symbol) !!}{{ number_format((float)$invoice->amount, 2, '.', '') }}

 


@lang("app.note"): Here {!! htmlentities($generatedBy->currency->currency_symbol) !!} refers to {!! $generatedBy->currency->currency_code !!}