@stack('company_logo_start')
@if (!empty($transaction->contact->logo) && !empty($transaction->contact->logo->id))
|
@endif
@if (! $hideCompanyDetails)
@stack('company_details_start')
@if (! $hideCompanyName)
{{ setting('company.name') }}
@endif
@if (! $hideCompanyAddress)
{!! (setting('company.address')) !!} @endif @if (! $hideCompanyTaxNumber) @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 @stack('company_details_end') |
@endif
{{ $textContentTitle != trans_choice($textContentTitle, 1) ? trans_choice($textContentTitle, 1) : trans($textContentTitle) }}
|
{{ trans_choice($textNumber, 1) }} | {{ $transaction->number }} |
{{ trans($textPaidAt) }} | @date($transaction->paid_at) |
{{ trans_choice($textAccount, 1) }} | {{ $transaction->account->name }} |
{{ trans_choice($textCategory, 1) }} | {{ $transaction->category->name }} |
{{ trans_choice($textPaymentMethods, 1) }} | {{ !empty($payment_methods[$transaction->payment_method]) ? $payment_methods[$transaction->payment_method] : trans('general.na') }} |
{{ trans($textReference) }} | {{ $transaction->reference }} |
{{ trans($textDescription) }} |
{{ trans($textPaidBy) }}
|
{{ trans($textContactInfo) }} |
|
{{ trans('general.name') }} | {{ $transaction->contact->name }} |
{{ trans('general.address') }} | {!! nl2br($transaction->contact->address) !!} |
{{ trans('general.tax_number') }} | @if ($transaction->contact->tax_number) {{ trans('general.tax_number') }}: {{ $transaction->contact->tax_number }} @endif |
{{ trans('general.phone') }} | @if ($transaction->contact->phone) {{ $transaction->contact->phone }} @endif |
{{ trans('general.email') }} | {{ $transaction->contact->email }} |
{{ trans($textRelatedTransansaction) }}
|
@if (! $hideRelatedDocumentNumber)
{{ trans_choice($textRelatedDocumentNumber, 1) }}
@endif @if (! $hideRelatedContact) {{ trans_choice($textRelatedContact, 1) }} @endif |
@if (! $hideRelatedDocumentDate)
{{ trans($textRelatedDocumentDate) }} | @endif
@if (! $hideRelatedDocumentAmount)
{{ trans($textRelatedDocumentAmount) }}
@endif @if (! $hideRelatedAmount) {{ trans($textRelatedAmount) }} @endif |
@if (! $hideRelatedDocumentNumber)
{{ $transaction->document->document_number }}
@endif @if (! $hideRelatedContact) {{ $transaction->document->contact_name }} @endif |
@if (! $hideRelatedDocumentDate)
@date($transaction->document->due_at) | @endif
@if (! $hideRelatedDocumentAmount)
@endif @if (! $hideRelatedAmount) |
|