{{ $systemSettings['system.company_name'] ?? config('app.name') }}
{{ $systemSettings['system.company_address'] }}
{{ $systemSettings['system.company_city'] }} {{ $systemSettings['system.company_state'] }} {{ $systemSettings['system.company_zip_code'] }}
{{ get_country_name($systemSettings['system.company_country_id']) }}
{{ $systemSettings['system.company_email'] }}
{{ $tenant->billing_name ? $tenant->billing_name : $tenant->company_name }}
{{ $tenant->billing_address }}
{{ $tenant->billing_city }} {{ $tenant->billing_state }} {{ $tenant->billing_zip_code }}
{{ get_country_name($tenant->billing_country) }}
{{ $tenant->billing_email }}
{{ t('description') }} | {{ t('price') }} | {{ t('qty') }} | {{ t('amount') }} |
---|---|---|---|
{{ $item->title }}
@if ($item->description)
{{ $item->description }}
@endif
|
{{ $invoice->formatAmount($item->amount) }} | {{ $item->quantity }} | {{ $invoice->formatAmount($item->amount * $item->quantity) }} |
{{ t('date') }} | {{ t('type') }} | {{ t('status') }} | {{ t('amount') }} |
---|---|---|---|
{{ format_date_time($transaction->created_at) }} | {{ ucfirst($transaction->type) }} | {{ ucfirst($transaction->status) }} | {{ $transaction->formattedAmount() }} |