@if($exhibitor->profile && $exhibitor->profile->stall)
Stall Number |
Category |
Category Price |
Area(Sq Mt) |
Total |
Discount(%) |
Discount Amount |
Amount After Discount |
SGST |
CGST |
Grand Total |
@foreach($exhibitor->profile->stall as $stall)
{{ $stall->stallno }} |
{{ $stall->category }} |
{{ $stall->price }} |
{{ $stall->area }} |
{{ $stall->total }} |
{{ $stall->discount }} |
{{ $stall->discounted_amount }} |
{{ $stall->price_after_discount }} |
{{ $stall->sgst }} |
{{ $stall->cgst }} |
{{ $stall->grandtotal }} |
@endforeach
Grand Total |
|
|
{{ $exhibitor->profile->total_area }} |
{{ $exhibitor->profile->total_amount }} |
|
|
|
{{ $exhibitor->profile->sgst_total }} |
{{ $exhibitor->profile->cgst_total }} |
{{ $exhibitor->profile->stall_total }} |
@endif
@if($exhibitor->brandingRequirement)
Name |
Area |
Total Amount |
@foreach ($exhibitor->brandingRequirement->details as $detail)
{{ $detail->name }} |
{{ $detail->branding_required }} |
{{ $detail->total }} |
@endforeach
|
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}} |
@endif
@if($exhibitor->powerRequirement)
Type |
Rate Per KW Rupee |
Power Required |
Phase |
Total Amount |
@foreach ($exhibitor->powerRequirement->details as $detail)
{{ $detail->type }} |
{{ $detail->rate_per_kw }} |
{{ $detail->power_required }} KW |
{{ $detail->phase }} |
{{ $detail->total }} |
@endforeach
|
|
|
Total Rs: |
Rs. {{$exhibitor->powerRequirement->sub_total}} |
@if(!round($exhibitor->powerRequirement->discount,2) == 0)
|
|
|
Discount(%) |
{{$exhibitor->powerRequirement->discount}} |
|
|
|
Discount Amount |
Rs. {{$exhibitor->powerRequirement->discount_amount}} |
|
|
|
After Discount Amount |
Rs. {{$exhibitor->powerRequirement->discounted_amount}} |
@endif
|
|
|
@SGST: (9%) |
Rs. {{$exhibitor->powerRequirement->sgst}} |
|
|
|
@CGST: (9%) |
Rs. {{$exhibitor->powerRequirement->cgst}} |
|
|
|
Grand Total: |
Rs. {{$exhibitor->powerRequirement->grand_total}} |
@endif
@if($exhibitor->furnitureRequirement)
Name |
Price |
Quantity |
Total Amount |
@foreach ($exhibitor->furnitureRequirement->details as $detail)
{{ $detail->name }} |
{{ $detail->price }} |
{{ $detail->furniture_required }} |
{{ $detail->total }} |
@endforeach
|
|
Total Rs: |
Rs. {{$exhibitor->furnitureRequirement->sub_total}} |
@if(!round($exhibitor->furnitureRequirement->discount,2) == 0)
|
|
Discount(%) |
{{$exhibitor->furnitureRequirement->discount}} |
|
|
Discount Amount |
Rs. {{$exhibitor->furnitureRequirement->discount_amount}} |
|
|
After Discount Amount |
Rs. {{$exhibitor->furnitureRequirement->discounted_amount}} |
@endif
|
|
@SGST: (9%) |
Rs. {{$exhibitor->furnitureRequirement->sgst}} |
|
|
@CGST: (9%) |
Rs. {{$exhibitor->furnitureRequirement->cgst}} |
|
|
Grand Total: |
Rs. {{$exhibitor->furnitureRequirement->grand_total}} |
@endif
@if($exhibitor->advertisementRequirement)
Name |
Price |
Quantity |
Total Amount |
@foreach ($exhibitor->advertisementRequirement->details as $detail)
{{ $detail->name }} |
{{ $detail->price }} |
{{ $detail->advertisement_required }} |
{{ $detail->total }} |
@endforeach
|
|
Total Rs: |
Rs. {{$exhibitor->advertisementRequirement->sub_total}} |
@if(!round($exhibitor->advertisementRequirement->discount,2) == 0)
|
|
Discount(%) |
{{$exhibitor->advertisementRequirement->discount}} |
|
|
Discount Amount |
Rs. {{$exhibitor->advertisementRequirement->discount_amount}} |
|
|
After Discount Amount |
Rs. {{$exhibitor->advertisementRequirement->discounted_amount}} |
@endif
|
|
@SGST: (9%) |
Rs. {{$exhibitor->advertisementRequirement->sgst}} |
|
|
@CGST: (9%) |
Rs. {{$exhibitor->advertisementRequirement->cgst}} |
|
|
Grand Total: |
Rs. {{$exhibitor->advertisementRequirement->grand_total}} |
@endif
Free Badges |
{{$exhibitor->profile ? $exhibitor->profile->freebadges : 'N/A'}} |
Extra Free Badges |
{{$exhibitor->profile ? $exhibitor->profile->extraexhibitorbadge : 'N/A'}} |
Total Badges |
{{ $exhibitor->profile ? $exhibitor->profile->freebadges + $exhibitor->profile->extraexhibitorbadge : '' }} |
Badges Payment |
{{ $exhibitor->profile ? $exhibitor->profile->extraexhibitorbadge * 100 : ''}} |
Cgst |
{{ $exhibitor->profile ? $exhibitor->profile->extra_badge_cgst : ''}} |
Sgst |
{{ $exhibitor->profile ? $exhibitor->profile->extra_badge_sgst : ''}} |
Grand Total Badges |
{{ $exhibitor->profile ? $exhibitor->profile->extra_badges_total : ''}} |
Name |
Company Name |
Address |
City |
Zip |
Country |
Phone |
Mobile |
Email |
@if($contractor)
{{$contractor->name}} |
{{$contractor->company_name}} |
{{$contractor->address}} |
{{$contractor->city}} |
{{$contractor->zip}} |
{{$contractor->country}} |
{{$contractor->phone}} |
{{$contractor->mobile}} |
{{$contractor->email}} |
@else
No Contractor Selected |
@endif
@if($exhibitor->products)
@foreach ($exhibitor->products as $product)
{{$product->name}},
@endforeach
@endif
@if($exhibitor->profile && $exhibitor->profile->brandsondisplay)
@foreach(unserialize($exhibitor->profile->brandsondisplay) as $brands)
{{$brands}},
@endforeach
@endif
@if($exhibitor->profile && $exhibitor->profile->brandsondisplay_distributors)
@foreach(unserialize($exhibitor->profile->brandsondisplay_distributors) as $brands)
{{$brands}},
@endforeach
@endif
Cheque Number |
Cheque Date |
Drawn On |
TDS |
Amount |
@foreach($exhibitor->payment as $payment)
{{ $payment->cheque_number }} |
{{ $payment->cheque_date }} |
{{ $payment->drawn_on }} |
{{ $payment->tds }} |
{{ $payment->amount }} |
@endforeach
|
|
Grand Total |
{{ $exhibitor->total_tds }} |
{{ $exhibitor->total_amount }} |
|
|
|
Payment Recieved |
{{ number_format($exhibitor->payment_recieved,2) }} |