@extends('layouts.main') @section('main-container')
@foreach($billapproval->items as $i => $item) {{-- Estimated --}} {{-- Actual --}} @if($i === 0) @endif @endforeach
Sl Activity Estimated Unit Actual Bill Date GPS Status Remarks
QtyRateAmt QtyRateAmt
{{ $item->serial_no }} {{ $billapproval->present_status }}
Total
GST @18%
Grand Total
@endsection