@extends('layouts.sidebar') @section('content')
Period Covered: | @php $startDate = \Carbon\Carbon::parse($cl->start_date); $endDate = \Carbon\Carbon::parse($cl->end_date); $payOnDate = $endDate->copy()->addMonth()->startOfMonth()->day(8); @endphp {{ $startDate->format('d-M-y') }} - {{ $endDate->format('d-M-y') }} |
Name: | {{ $cl->billing->lease->client->owners_name }} |
Location: | {{ $cl->billing->lease->property->property_name }}, {{ $cl->billing->lease->unit->unit_name }} |
Previous Reading: | {{ $cl->previous_reading }} |
Present Reading: | {{ $cl->present_reading }} |
Consumption: | {{ $cl->consumption }} |
1-10
11-20
21-30
31-40
41 and up
{{ number_format($cn[0], 2) }}
{{ number_format($cn[1], 2) }}
{{ number_format($cn[2], 2) }}
{{ number_format($cn[3], 2) }}
{{ number_format($cn[4], 2) }}
{{ number_format($rates[0], 2) }} =
{{ number_format($rates[1], 2) }} =
{{ number_format($rates[2], 2) }} =
{{ number_format($rates[3], 2) }} =
{{ number_format($rates[4], 2) }}
{{ number_format($amounts[0], 2) }}
{{ number_format($amounts[1], 2) }}
{{ number_format($amounts[2], 2) }}
{{ number_format($amounts[3], 2) }}
{{ number_format($amounts[4], 2) }}
Additional Charge
(pro-rated
based on gen loss)
:
{{ number_format($losses, 2) }}
Total
{{ number_format($losses + $cl->amount, 2) }}
Please pay on: {{ $payOnDate->format('d-M-y') }}
{{-- --}}