{{ $invoice->invoice_number }}
{{ __('messages.line') }}: {{ $invoice->line?->phone_number }}
@if(! $hideName && $invoice->customer?->name){{ $invoice->customer->name }}
@endif @if($paidMonths->isNotEmpty()){{ __('messages.paid_months') }}: {{ $paidMonths->join('، ') }}
@endif| {{ $item->billingPeriod?->label() ?: $item->description }} | {{ money($item->total) }} |
| {{ __('messages.total') }} | {{ money($invoice->total) }} |