@extends('layouts.dashboard') @section('content')
@include('notification')
Exhibitor
Go Back
@if($exhibitor->profile && $exhibitor->profile->stall) @foreach($exhibitor->profile->stall as $stall) @endforeach
Stall Number Category Category Price Area(Sq Mt) Total Discount(%) Discount Amount Amount After Discount SGST CGST Grand Total
{{ $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 }}
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) @foreach ($exhibitor->brandingRequirement->details as $detail) @endforeach
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}}
@endif
@if($exhibitor->powerRequirement) @foreach ($exhibitor->powerRequirement->details as $detail) @endforeach @if(!round($exhibitor->powerRequirement->discount,2) == 0) @endif
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}}
@endif
@if($exhibitor->furnitureRequirement) @foreach ($exhibitor->furnitureRequirement->details as $detail) @endforeach @if(!round($exhibitor->furnitureRequirement->discount,2) == 0) @endif
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}}
@endif
@if($exhibitor->advertisementRequirement) @foreach ($exhibitor->advertisementRequirement->details as $detail) @endforeach @if(!round($exhibitor->advertisementRequirement->discount,2) == 0) @endif
Name Price Quantity Total Amount
{{ $detail->name }} {{ $detail->price }} {{ $detail->advertisement_required }} {{ $detail->total }}
Total Rs: Rs. {{$exhibitor->advertisementRequirement->sub_total}}
Discount(%) {{$exhibitor->advertisementRequirement->discount}}
Discount Amount Rs. {{$exhibitor->advertisementRequirement->discount_amount}}
After Discount Amount Rs. {{$exhibitor->advertisementRequirement->discounted_amount}}
@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 : ''}}
@if($contractor) @else @endif
Name Company Name Address City Zip Country Phone Mobile Email
{{$contractor->name}} {{$contractor->company_name}} {{$contractor->address}} {{$contractor->city}} {{$contractor->zip}} {{$contractor->country}} {{$contractor->phone}} {{$contractor->mobile}} {{$contractor->email}}
No Contractor Selected
@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
@foreach($exhibitor->payment as $payment) @endforeach
Cheque Number Cheque Date Drawn On TDS Amount
{{ $payment->cheque_number }} {{ $payment->cheque_date }} {{ $payment->drawn_on }} {{ $payment->tds }} {{ $payment->amount }}
Grand Total {{ $exhibitor->total_tds }} {{ $exhibitor->total_amount }}
Payment Recieved {{ number_format($exhibitor->payment_recieved,2) }}
@endsection @section('script') @endsection