@stack('profile_start') @if (! $hideTopLeft) @if (! $hideAvatar) {{ $contact->initials }} @endif @stack('contact_email_start') @if (! $hideEmail) {{ $contact->email }} @endif @stack('contact_email_end') @stack('contact_phone_start') @if (! $hidePhone) {{ $contact->phone }} @endif @stack('contact_phone_end') @endif @stack('profile_end') @if (! $hideTopRight) @stack('summary_overdue_start') @if (! $hideOverdue) @endif @stack('summary_overdue_end') @stack('summary_open_start') @if (! $hideOpen) @endif @stack('summary_open_end') @stack('summary_paid_start') @if (! $hidePaid) @endif @stack('summary_paid_end') @endif @if (! $hideBottomLeft) @stack('customer_address_start') @if (! $hideAddress)
{{ trans('general.address') }}
{{ $contact->address }}
{{ $contact->location }}
@endif @stack('customer_address_end') @stack('customer_tax_number_start') @if (! $hideTaxNumber) @if ($contact->tax_number)
{{ trans('general.tax_number') }}
{{ $contact->tax_number }}
@endif @endif @stack('customer_tax_number_end') @stack('customer_website_start') @if (! $hideWebsite) @if ($contact->website)
{{ trans('general.website') }}
{{ $contact->website }}
@endif @endif @stack('customer_website_end') @stack('customer_reference_start') @if (! $hideReference) @if ($contact->reference)
{{ trans('general.reference') }}
{{ $contact->reference }}
@endif @endif @stack('customer_reference_end') @stack('customer_client_portal_start') @if (! $hideUser)
{{ trans('general.client_portal') }} @if ($contact->user) check @else hide_source @endif
@endif @stack('customer_client_portal_end')
@endif @if (! $hideBottomRight) @stack('documents_nav_start') @stack('transactions_nav_start') First Second @stack('transactions_nav_end') @stack('documents_tab_start') @if ($documents->count()) @foreach($documents as $item) @php $paid = $item->paid; @endphp {{ \Date::parse($item->due_at)->diffForHumans() }} {{ $item->contact_name }} {{ $item->document_number }}
@endforeach
@else @endif
@stack('transactions_tab_start') @if ($transactions->count()) @foreach($transactions as $item) {{ $item->number }} {{ $item->type_title }} {{ $item->account->name }} @if ($item->document) {{ $item->document->document_number }}
@else @endif
@endforeach
@else @endif
@stack('transactions_tab_end')
@endif