{{$title}}
Bill No: {{$invoice->id}}
Mr: {{$member->name}}
Month/Year: {{$invoice->month}} / {{$invoice->year}}
@php $total = 0; @endphp @php $total += $invoice->subscription_fee; @endphp @foreach($services as $service) @php $total += $service->amount; @endphp @endforeach
PARTICULARS Rs
Monthly Subscription Fee {{ $invoice->subscription_fee }}
{{ $service->service->name }} {{ $service->amount }}
Total {{$total}}
Arrears {{$arrears}}
G.Total {{$total+$arrears}}
For Hony. Secretary