@extends('layouts.dashboard') @section('content')
Name | Area | Total Amount |
---|---|---|
{{ $detail->name }} | {{ $detail->branding_required }} | {{ $detail->total }} |
Total Rs. | Rs. {{$exhibitor->brandingRequirement->sub_total}} | |
@SGST: 9% | Rs. {{$exhibitor->brandingRequirement->sgst}} | |
@CGST: 9% | Rs. {{$exhibitor->brandingRequirement->cgst}} | |
Grand Total: | Rs. {{$exhibitor->brandingRequirement->grand_total}} |