@extends('admin.layouts.master') @section('content')
| क्र.सं. | जिल्ला | लिनदिन पर्ने गरी फर्छ्यौट भएको उजुरी संख्या | कारोवार रकम रु. | अदालतमा मुद्दा विचाराधिन अवस्था | विपक्षी साहुबाट माग भएको रकम | निवेदनकले भूक्तानी गरेको/गर्ने/सहमती सम्बन्धी विवरण | साहुद्वारा फिर्ता सम्बन्धी विवरण | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| भएको | नभएको | नखुलेको उजुरी संख्या | खुलेको रकम रु. | नगद रु. | चेक रु. | अन्य रु. | जम्मा रकम रु. | जग्गा क्षेत्रफल (विघा-कठ्ठा-धुर) | कित्ता | नगद रु. | तमसुक रु. | चेक रु. | जग्गा (क्षेत्रफल विघा-कठ्ठा-धुर) | कित्ता | सुन (ग्राममा) | चाँदी (ग्राममा) | ||||||
| {{ $registration->name }} | @php $counter = 1; // Initialize the counter @endphp @foreach ($registration->districts as $key => $district) {{-- @foreach ($district->users as $user) --}}||||||||||||||||||||||
| {{ $counter }} | {{ $district->name }} | {{ $district->with_transaction_release_count }} | {{ $district->sum_of_with_transaction_release_count }} | {{-- release_criteria ( 0=>no transaction, 1=>transaction) && issue in the code (0=>no, 1=>yes) --}}{{ $district->getSumOfIssueInCourtByIssueTypeAndReleaseCriteriaAttribute(1, 1) }} | {{ $district->getSumOfIssueInCourtByIssueTypeAndReleaseCriteriaAttribute(1, 0) }} | {{ $district->getTotalNoOfOffenderDemandNotReveal() }} | {{ $district->getTotalSumOfOffenderDemand() }} | {{-- नगद =1 --}}{{ $district->getSumOfApplicantReceivedByNature(1, 1) }} | {{-- चेक =2 --}}{{ $district->getSumOfApplicantReceivedByNature(1, 2) }} | {{-- अन्य =8 --}}{{ $district->getSumOfApplicantReceivedByNature(1, 8) }} | {{-- total of all --}}{{ $district->getTotalSumOfApplicantReceived(1) }} | {{-- जग्गा क्षेत्रफल --}}{{ $district->getTotalSumOfApplicantLand(1) }} | {{-- kitta --}}{{ $district->getTotalSumOfApplicantLandKitta(1) }} | {{-- नगद =1 --}}{{ $district->getSumOfOffenderReturnByNature(1, 1) }} | {{-- तमसुक =5 --}}{{ $district->getSumOfOffenderReturnByNature(1, 5) }} | {{-- चेक =2 --}}{{ $district->getSumOfOffenderReturnByNature(1, 2) }} | {{-- जग्गा क्षेत्रफल --}}{{ $district->getTotalSumOfOffenderLand(1) }} | {{-- kitta --}}{{ $district->getTotalSumOfOffenderLandKitta(1) }} | {{-- सुन =6 --}}{{ $district->getSumOfOffenderReturnByNature(1, 6) }} | {{-- चाँदी =7 --}}{{ $district->getSumOfOffenderReturnByNature(1, 7) }} | @php $counter++; // Increment the counter @endphp @endforeach||
| जम्मा | {{ $district->getWithTransactionReleaseStateCountAttribute() }} | {{ $district->getTotalSumOfWithTransactionReleaseCountStateAttribute() }} | {{ $district->getTotalSumOfIssueInCourtByIssueTypeAndReleaseCriteriaStateAttribute(1, 1) }} | {{ $district->getTotalSumOfIssueInCourtByIssueTypeAndReleaseCriteriaStateAttribute(1, 0) }} | {{ $district->getTotalNoOfOffenderDemandNotRevealStateAttribute() }} | {{ $district->getTotalSumOfOffenderDemandStateAttribute() }} | {{ $district->getSumOfApplicantReceivedByNatureState(1, 1) }} | {{ $district->getSumOfApplicantReceivedByNatureState(1, 2) }} | {{ $district->getSumOfApplicantReceivedByNatureState(1, 8) }} | {{ $district->getTotalSumOfApplicantReceivedState(1) }} | {{ $district->getTotalSumOfApplicantLandState(1) }} | {{ $district->getTotalSumOfApplicantLandKittaState(1) }} | {{ $district->getSumOfOffenderReturnByNatureState(1, 1) }} | {{ $district->getSumOfOffenderReturnByNatureState(1, 5) }} | {{ $district->getSumOfOffenderReturnByNatureState(1, 2) }} | {{ $district->getTotalSumOfOffenderLandState(1) }} | {{ $district->getTotalSumOfOffenderLandKittaState(1) }} | {{ $district->getSumOfOffenderReturnByNatureState(1, 6) }} | {{ $district->getSumOfOffenderReturnByNatureState(1, 7) }} | |||
| कुल जम्मा | {{ \App\Models\District::getGrandTotalWithTransactionReleaseCountForStates() }} | {{ \App\Models\District::getGrandTotalSumOfWithTransactionReleaseCount() }} | {{ \App\Models\District::getGrandTotalSumOfIssueInCourtByIssueTypeAndReleaseCriteria(1, 1) }} | {{ \App\Models\District::getGrandTotalSumOfIssueInCourtByIssueTypeAndReleaseCriteria(1, 0) }} | {{ \App\Models\District::getGrandTotalNoOfOffenderDemandNotReveal() }} | {{ \App\Models\District::getGrandTotalSumOfOffenderDemand() }} | {{ \App\Models\District::getGrandTotalSumOfApplicantReceivedByNature(1, 1) }} | {{ \App\Models\District::getGrandTotalSumOfApplicantReceivedByNature(1, 2) }} | {{ \App\Models\District::getGrandTotalSumOfApplicantReceivedByNature(1, 8) }} | {{ \App\Models\District::getGrandTotalSumOfApplicantReceived(1) }} | {{--LANDSHIT | --}}{{ \App\Models\District::getGrandTotalSumOfApplicantLand(1) }} | {{ \App\Models\District::getGrandTotalSumOfApplicantLandKittaState(1) }} | {{ \App\Models\District::getGrandTotalSumOfOffenderReturnByNature(1, 1) }} | {{ \App\Models\District::getGrandTotalSumOfOffenderReturnByNature(1, 5) }} | {{ \App\Models\District::getGrandTotalSumOfOffenderReturnByNature(1, 2) }} | {{ \App\Models\District::getGrandTotalSumOfOffenderLandState(1) }} | {{--LANDSHIT | --}}{{ \App\Models\District::getGrandTotalSumOfOffenderLandKitta(1) }} | {{ \App\Models\District::getGrandTotalSumOfOffenderReturnByNature(1, 6) }} | {{ \App\Models\District::getGrandTotalSumOfOffenderReturnByNature(1, 7) }} | |