@extends('layouts.dashboard.superadminapp') @section('title', 'View Tax Invoice') @section('styles') @endsection @section('content')
| # | Description | HSN/SAC | Qty | Rate | Per | SGST (%) | CGST (%) | IGST (%) | Amount |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->description }} | {{ $item->hsn }} | {{ $item->quantity }} | ₹{{ number_format($item->rate, 2) }} | {{ $item->per }} | {{ $item->sgst }}% | {{ $item->cgst }}% | {{ $item->igst }}% | ₹{{ number_format($item->amount, 2) }} |
| No items found | |||||||||