@extends('layouts.dashboard') @section('content')
| Type | Rate Per KW Rupee | Power Required | Phase | Total Amount |
|---|---|---|---|---|
| {{ $detail->type }} | {{ $detail->rate_per_kw }} | {{ $detail->power_required }} KW | {{ $detail->phase }} | {{ $detail->total }} |
| Total Rs: | Rs. {{$exhibitor->powerRequirement->sub_total}} | |||
| Discount(%) | {{$exhibitor->powerRequirement->discount}} | |||
| Discount Amount | Rs. {{$exhibitor->powerRequirement->discount_amount}} | |||
| After Discount Amount | Rs. {{$exhibitor->powerRequirement->discounted_amount}} | |||
| @SGST: (9%) | Rs. {{$exhibitor->powerRequirement->sgst}} | |||
| @CGST: (9%) | Rs. {{$exhibitor->powerRequirement->cgst}} | |||
| Grand Total: | Rs. {{$exhibitor->powerRequirement->grand_total}} |