| {{ $loop->iteration }} |
{{ $registration->id }} |
{{ $registration->created_at }} |
{{ $registration->applicants_names }} |
{{ $registration->applicants_local_governments }} |
{{ $registration->applicants_wadas }} |
{{ $registration->applicants_contacts }} |
{{ $registration->offenders_names }} |
{{ $registration->offenders_local_governments }} |
{{ $registration->offenders_wadas }} |
{{ $registration->offenders_contacts }} |
{{ $registration->tansaction_date }} |
{{ $registration->transaction_purposes }} |
{{ $registration->transaction_natures }} |
{{ $registration->transaction_proof }} |
{{ $registration->transaction_proof_amount }} |
{{-- same upto here --}}
{{ $registration->releases->release_agreement_date ?? '' }} |
{{ $registration->releases->issue_in_court ?? '' }}
|
{{ $registration->no_transaction_purpose }} |
{{-- Transaction Release Subcolumns --}}
{{ $registration->offender_demand }} |
{{ $registration->reason_to_disagreement }} |
{{-- Applicant Willing To Pay --}}
{{ $registration->applicant_receive_on_release_cash ?? '' }} |
{{ $registration->applicant_receive_on_release_cheque ?? '' }} |
{{ $registration->applicant_receive_on_release_land ?? '' }} |
{{ $registration->applicant_receive_on_release_kitta }} |
{{ $registration->applicant_receive_on_release_other_nature ?? '' }}
|
{{ $registration->offender_refund_on_release_cash ?? '' }} |
{{ $registration->offender_refund_on_release_tamasuk ?? '' }} |
{{ $registration->offender_refund_on_release_cheque ?? '' }} |
{{ $registration->offender_refund_on_release_land ?? '' }} |
{{ $registration->offender_refund_on_release_kitta }} |
{{ $registration->offender_refund_on_release_gold ?? '' }} |
{{ $registration->offender_refund_on_release_silver ?? '' }} |
{{-- सहमती कार्यान्वयनको अवस्था --}}
@if ($registration->releases && isset($registration->releases->agreement_applied_status))
@if ($registration->releases->agreement_applied_status == 1)
भएको
@elseif ($registration->releases->agreement_applied_status == 0)
नभएको
@endif
@endif
|
{{ $registration->releases->applied_due_date ?? '' }} |
{{-- अन्य --}}
{{-- अन्य केही खुलाउनुपर्ने | --}}
@endforeach