@lang('rentals/contract-invoices/show.tenant_information')
@lang('rentals/contract-invoices/show.tenant') :
{{ $overviewInvoice['invoice']->contract->tenant->name }}
@lang('rentals/contract-invoices/show.tenant') :
{{ $overviewInvoice['invoice']->contract->tenant->email }}
@lang('rentals/contract-invoices/show.phone_number') :
{{ $overviewInvoice['invoice']->contract->tenant->phone_1}}
@lang('rentals/contract-invoices/show.rented_place_information')
@lang('rentals/contract-invoices/show.type_of_rented_place') :
{{ $overviewInvoice['invoice']->contract->rented_place_type == "shop"? 'محل' : 'بوث' }}
@lang('rentals/contract-invoices/show.location') :
{{ $overviewInvoice['invoice']->contract->rented_place->title }}
@lang('rentals/contract-invoices/show.invoice_information')
@lang('rentals/contract-invoices/show.date'):
{{ $overviewInvoice['invoice']->accrued_date_starting }}
@lang('rentals/contract-invoices/show.invoice_number') :
{{ $overviewInvoice['invoice']->id }}
@lang('rentals/contract-invoices/show.invoice_status') :
{{ ($overviewInvoice['invoice']->post_status)? 'مصدّرة' : 'غير مصدّرة' }}
@lang('rentals/contract-invoices/show.invoice_value') :
{{ $overviewInvoice['invoice']->amount }}
@lang('rentals/contract-invoices/show.remaining_value') :
{{ $overviewInvoice['invoice']->accrued_amount }}
@lang('rentals/contract-invoices/show.account_information')
@lang('rentals/contract-invoices/show.from_account') :
{{ $overviewInvoice['invoice']->contract->tenant->name }}
@lang('rentals/contract-invoices/show.to_account') :
@lang('rentals/contract-invoices/show.accrued_revenue_current_liabilities')
@lang('general.description') :
{{ ($overviewInvoice['invoice']->notice)?? '---' }}
{!!
QrCode::size(100)->generate(route('tenant.show-document', ['type' => 'rentals-invoice', 'id' => $overviewInvoice['invoice']->id]))
!!}