{!! $content['message'] !!}
{{ __('Amount') }}:
{{ currencyPrice($content['amount']) }}
{{ __('Invoice no') }}:
{{ $content['invoiceNo'] }}
{{ __('Status') }}:
{{ Str::ucfirst($content['status']) }}
{{ __('Due date') }}:
{{ $content['dueDate'] }}
{{ __('Month') }}:
{{ $content['month'] }}
|
|