Electricity Report |
S No | Room No |
{{ $PrenseBillDate }}
Present Reading |
{{ $PreviousBillDate }}
Previous Reading |
Total Unit | Waved Off Units | Candidate Name | Candidate/Unit | Amount | Status | Total Amount |
---|---|---|---|---|---|---|---|---|---|---|
{{ $count++ }} | {{ $record->roomno }} | {{ $record->present_reading }} | {{ $record->previous_reading }} | {{ $record->units }} | {{ $record->discountUnits }} | @forelse($record->studentElectricityRecords as $index => $studentRecord) @php $totalCandidatesAmount += floatval(App\Models\StudentElecticityRecords::calculateTotalAmountForStudent($studentRecord->userId)); $totalCurrentAmount += $studentRecord->Amount; @endphp @if($index == 0){{ strtolower($studentRecord->student->candidatename) }} | {{ $studentRecord->prUnitCharge }} | ![]() |
{{ $studentRecord->status < 2 ? 'UnPaid':"Paid" }} | ![]() |
@else
{{ strtolower($studentRecord->student->candidatename) }} | {{ $studentRecord->prUnitCharge}} | ![]() |
{{ $studentRecord->status < 2 ? 'UnPaid':"Paid" }} | ![]() |
@endforelse @empty | No Record Found | @endforelse||||
Total | {{ $totalUnits }} | {{ $discountedUnits }} | ![]() |
![]() |