@extends('layouts.main') @section('main-container')
Edit Bill Approval Back
@csrf @method('PUT')
@foreach($billapproval->items as $i => $item) @if($i === 0) @endif @endforeach
Sl. No. Activity Name Estimated Unit Actual Bill Date GPS Reading Present
Status
Remarks
Quantity Rate (₹) Amount (₹) Quantity Rate (₹) Amount (₹)
@if(!empty($billapproval->gps_reading)) {{ str_replace(',', ",\n", $billapproval->gps_reading) }} @endif @if(Auth::user()->role_id === 1) @endif @if(Auth::user()->role_id === 1) @endif
Total
GST @18%
G. Total
@endsection