@extends('layouts.app') @section('header')
| @if (strpos($param, '.') !== false) {{ substr($param, strpos($param, ".") + 1) }} @else {{ $param }} @endif | @endforeach
|---|
| {{ $atransactionvalue }} | @endforeach
| Rate | Taxable Value | CGST | SGST | Total Tax | Invoice Value |
|---|---|---|---|---|---|
| {{ $kgst }} | {{ $gstvalue['taxable_value'] }} | {{ $gstvalue['cgst'] }} | {{ $gstvalue['sgst'] }} | {{ $gstvalue['gst'] }} | {{ $gstvalue['invoice_value'] }} |
| 12% | 18% | 28% |
|---|---|---|
| {{ isset($cess["12%"]["cess"]) ? $cess["12%"]["cess"] : 0 }} | {{ isset($cess["18%"]["cess"]) ? $cess["18%"]["cess"] : 0 }} | {{ isset($cess["28%"]["cess"]) ? $cess["28%"]["cess"] : 0 }} |