@extends('layouts.main') @section('main-container')
Bill Approval
@if (session('success')) @endif @if(session('error'))
Error: {{ session('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Water Harvesting Structure
Details for Bill Approval - Farm Pond
@csrf
@if ($measurementBook) @else @endif
Sl. No. Activity Name Estimated Unit Actual Bill Date GPS Reading Present Status Remarks
Quantity Rate (₹) Amount (₹) Quantity Rate (₹) Amount (₹)
@if (Auth::check() && Auth::user()->role_id === 1) @else @endif @if (Auth::check() && Auth::user()->role_id === 1) @endif @if (Auth::check() && Auth::user()->role_id === 1) @endif
Total 0
GST @18% 0
G. Total 0
No measurement book found for this baseline.
{{-- Pre Work --}}

Pre Work Earthwork Photograph

@if(!empty($geoTagedPhoto))
Pre Work Photograph
@else

No pre-work photograph available

@endif
{{-- Post Work --}}

Post Work Earthwork Photograph

Post Work Photograph
{{-- Inlet --}}

Inlet Photograph

Inlet Photograph
{{-- Masonry Outlet --}}

Masonry Outlet Photograph

Masonry Outlet Photograph
{{-- Masonry Outlet Outer --}}

Masonry Outlet Outer Photograph

Masonry Outlet Outer Photograph
{{-- Display Board --}}

Display Board Photograph

Display Board Photograph
@if (Auth::check() && Auth::user()->role_id === 1)
@else
@endif
@endsection