@extends('layouts.main') @section('main-container')
Bill Approval Report
Water Harvesting Structure
Details for Bill Approval - Farm Pond
Project & Location Details
Name of PIA: {{ $bill->baseline->project->pia->name ?? 'N/A' }}
Village: {{ $bill->baseline->village->name ?? 'N/A' }}
Panchayat: {{ $bill->baseline->panchayat->name ?? 'N/A' }}
Block: {{ $bill->baseline->block->name ?? 'N/A' }}
District: {{ $bill->baseline->district->name ?? 'N/A' }}
Unit: {{ $bill->baseline->unit->name ?? 'N/A' }}
State: {{ $bill->baseline->state->name ?? 'N/A' }}
Application Code: {{ $bill->baseline->application_code }}
Financial Year: {{ $bill->baseline->financialYear->name }}
Beneficiary Details
Beneficiary Name: {{ $bill->baseline->name_of_respondent ?? 'N/A' }}
Plot No: {{ $bill->baseline->land->plot_khata ?? 'N/A' }}
@foreach ($readings as $index => $item) @if ($loop->first) @endif @endforeach
Sl.No. Activity Name Estimated Unit Actual Bill Date GPS Reading Present
Status
Remarks
Qty Rate Amount Qty Rate Amount
{{ $item['serial_no'] ?? $index+1 }} {{ $item['activity_name'] ?? 'N/A' }} {{ $item['estimated_quantity'] ?? 0 }} {{ $item['estimated_rate'] ?? 0 }} {{ $item['estimated_amount'] ?? 0 }} {{ $item['unit'] ?? '' }} {{ $item['actual_quantity'] ?? 0 }} {{ $item['actual_rate'] ?? 0 }} {{ $item['actual_amount'] ?? 0 }}{{ $bill->bill_date ?? 'N/A' }} {{ $bill->gps_reading ?? 'N/A' }} {{ $bill->present_status ?? 'N/A' }} {{ $bill->remarks ?? 'N/A' }}
Total{{ $bill->total ?? 'N/A' }}
GST Amount(18%){{ $bill->gst ?? 'N/A' }}
Grand Total {{ $bill->grand_total ?? 'N/A' }}

Pre Earthwork Photograph

Pre Work Photograph

Earthwork Photograph

Masonry Outlet Outer Image

Inlet Photograph

Inlet Image

Masonry Outlet[Inner Side] Photograph

Masonry Outlet Image

Masonry Outlet [Outer Side] Photograph

Masonry Outlet Outer Image

Display Board Photograph

Masonry Outlet Outer Image
@endsection