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