{{ __('email_hello') }} {{ $actor->full_name }},
@if($invoices->count() > 1)
{{ __('email_invoice_text_2', ['number' => $invoices->count()]) }}
{{ __('email_invoice_text_3') }}
@else
{{ __('email_invoice_text_1', ['month' => $month, 'house' => $invoices->first()->house->reference ]) }}
@endif
|