@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->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) }} |
@endforeach
|
कुल जम्मा |
{{ \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) }} |