@extends('layouts.dashboard') @section('content')
| Name | Price | Quantity | Total Amount |
|---|---|---|---|
| {{ $detail->name }} | {{ $detail->price }} | {{ $detail->furniture_required }} | {{ $detail->total }} |
| Total Rs: | Rs. {{$exhibitor->furnitureRequirement->sub_total}} | ||
| Discount(%) | {{$exhibitor->furnitureRequirement->discount}} | ||
| Discount Amount | Rs. {{$exhibitor->furnitureRequirement->discount_amount}} | ||
| After Discount Amount | Rs. {{$exhibitor->furnitureRequirement->discounted_amount}} | ||
| @SGST: (9%) | Rs. {{$exhibitor->furnitureRequirement->sgst}} | ||
| @CGST: (9%) | Rs. {{$exhibitor->furnitureRequirement->cgst}} | ||
| Grand Total: | Rs. {{$exhibitor->furnitureRequirement->grand_total}} |