@foreach ($registration_reports as $registration)
| {{ $registration->name }} |
@php
$counter = 1; // Initialize the counter
@endphp
@foreach ($registration->districts as $key => $district)
{{-- @foreach ($district->users as $user) --}}
| {{ $counter }} |
{{ $district->name }} |
{{ $district->totalRegistrationCount }} |
{{ $district->totalUnderDiscussionCount }} |
{{ $district->no_transaction_release_count }} |
{{ $district->with_transaction_release_count }} |
{{ $district->sumOfIssueInCourtButReleased }} |
{{ $district->sumOfCollectiveTransactionAmount }} |
{{ $district->getCountByReasonOfNoTransactions(1) }} |
{{ $district->getCountByReasonOfNoTransactions(2) }} |
{{ $district->getCountByReasonOfNoTransactions(3) }} |
{{ $district->getCountByReasonOfNoTransactions(4) }} |
{{ $district->getCountByReasonOfNoTransactions(5) }} |
{{ $district->getCountByReasonOfNoTransactions(6) }} |
{{ $district->getCountByReasonOfNoTransactions(7) }} |
{{ $district->getCountByReasonOfNoTransactions(8) }} |
{{ $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->getTotalRegistrationStateCountAttribute() }} |
{{ $district->getTotalUnderDiscussionStateCountAttribute() }} |
{{ $district->getTotalNoTransactionReleaseStateCountAttribute() }} |
{{ $district->getWithTransactionReleaseStateCountAttribute() }} |
{{ $district->getSumOfIssueInCourtButReleasedStateAttribute() }} |
{{ $district->getSumOfCollectiveTransactionAmountStateAttribute() }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(1) }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(2) }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(3) }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(4) }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(5) }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(6) }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(7) }} |
{{ $district->getCountByReasonOfNoTransactionsStateAttribute(8) }} |
{{ $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) }} |
@endforeach
|
कुल जम्मा |
{{ $grandTotalRegistrationCount }} |
{{ $grandTotalUnderDiscussionCount }} |
{{ \App\Models\District::getGrandTotalNoTransactionReleaseCountForStates() }} |
{{ \App\Models\District::getGrandTotalWithTransactionReleaseCountForStates() }} |
{{ \App\Models\District::getGrandTotalSumOfIssueInCourtButReleasedForStates() }} |
{{ \App\Models\District::getGrandTotalSumOfCollectiveTransactionAmountForStates() }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(1) }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(2) }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(3) }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(4) }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(5) }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(6) }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(7) }} |
{{ \App\Models\District::getGrandTotalCountByReasonOfNoTransactions(8) }} |
{{ \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) }} |