@extends('layouts.main') @section('main-container')
| Financial Year | District | Total Bills | Total Amount (₹) | Total GST (₹) | Grand Total (₹) |
|---|---|---|---|---|---|
| {{ $item->financial_year }} | {{ $item->district }} | {{ $item->total_bills }} | {{ number_format($item->total_amount, 2) }} | {{ number_format($item->total_gst, 2) }} | {{ number_format($item->total_grand, 2) }} |