{{ 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)
{{----}}

{{ ucfirst(trans('hilbit.payment.transaction_header')) }}

{{--
--}}
@if ($can_add_payments) {{-- vue component to display button that, when clicked, brings up modal form to create a new payment. resources/assets/js/components/HilbitModalCreate.vue --}} @endif
{{-- 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 --}} @if ($agreement->type_has_retention) @else @endif
ID Effective Date Type Comment Ref Ref Advance Retention Amount Balance
@endif {{-- agreement confirmed --}}