{{ ucfirst(trans('hilbit.payment.listing_header')) }}
@if($agreement->loan_fl_product)
@include('agreement.payment.header.loan_fl')
@elseif ($agreement->lending_product)
@include('agreement.payment.header.lending')
@elseif ($agreement->instalment_sale_product)
@include('agreement.payment.header.instalment-sale')
@elseif ($agreement->discount_product)
@include('agreement.payment.header.discount')
@elseif ($agreement->lease_product)
@include('agreement.payment.header.lease')
@endif
@if ($agreement->confirmed)
{{-- remove data-height if you want headers align properly on small devices --}}
{{-- bootstrap-table component: resources/assets/js/bootstrap-table.js --}}
{{-- hilbitAgreement.fetchHasMany depends on this id --}}
| ID |
Effective Date |
Type
|
Comment |
Ref |
Ref |
@if ($agreement->type_has_retention)
Advance
|
Retention
|
@else
Amount
|
@endif
Balance
|
@endif {{-- agreement confirmed --}}