@extends('layouts.main') @section('main-container')
| 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 }} | @if ($loop->first){{ $bill->bill_date ?? 'N/A' }} | {{ $bill->gps_reading ?? 'N/A' }} | {{ $bill->present_status ?? 'N/A' }} | {{ $bill->remarks ?? 'N/A' }} | @endif
| Total | {{ $bill->total ?? 'N/A' }} | |||||||||||
| GST Amount(18%) | {{ $bill->gst ?? 'N/A' }} | |||||||||||
| Grand Total | {{ $bill->grand_total ?? 'N/A' }} | |||||||||||