{!! nl2br(setting('company.address')) !!}
{!! $document->company->location !!}
@if (setting('company.tax_number')) {{ trans('general.tax_number') }}: {{ setting('company.tax_number') }} @endif
@endif @if (!$hideCompanyPhone)@if (setting('company.phone')) {{ setting('company.phone') }} @endif
@endif @if (!$hideCompanyEmail){{ setting('company.email') }}
@endif @endif @stack('company_details_end')
{!! nl2br($document->contact_address) !!}
{!! $document->contact->location !!}
@if ($document->contact_tax_number) {{ trans('general.tax_number') }}: {{ $document->contact_tax_number }} @endif
@endif @stack('tax_number_input_end') @stack('phone_input_start') @if (!$hideContactPhone)@if ($document->contact_phone) {{ $document->contact_phone }} @endif
@endif @stack('phone_input_end') @stack('email_start') @if (!$hideContactEmail){{ $document->contact_email }}
@endif @stack('email_input_end'){{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }} | @endif @stack('name_th_end') @stack('quantity_th_start') @if (!$hideQuantity){{ trans($textQuantity) }} | @endif @stack('quantity_th_end') @stack('price_th_start') @if (!$hidePrice){{ trans($textPrice) }} | @endif @stack('price_th_end') @if (!$hideDiscount) @if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both'])) @stack('discount_td_start'){{ trans('invoices.discount') }} | @stack('discount_td_end') @endif @endif @stack('total_th_start') @if (!$hideAmount){{ trans($textAmount) }} | @endif @stack('total_th_end')
---|---|---|---|---|
{{ trans('documents.empty_items') }} |