shop_banner_image }}">
{{ $kitchen_id->name }}
{{ $kitchen_id->address }}
@if (session()->get('preorderseledate'))
{{--
Delivery Date - --}}
{{ Carbon\Carbon::createFromFormat('d/m/Y', session()->get('preorderseledate'))->format('M j, Y') }} {{ session()->get('timeslotpre') }}
{{--
Delivery Type - {{session()->get('delivery_type')}} --}}
@endif
@foreach ($cartItems as $key => $list)
@php
// $variation_mrp = \App\Models\Variation::where('item_id', $data->item_id)->first();
$category_item = \App\Models\CartItemAdd::where('user_id', $_SERVER['REMOTE_ADDR'])
->where('restaurant_id', session()->get('kitchen_id'))
->where('item_id', $list->item_id)
->get();
$sel_item = \App\Models\Item::where('id', $list->item_id)->first();
@endphp
@if (count($category_item) > 0)
@foreach ($category_item as $key => $category_list)
@php
$addonsel_item = \App\Models\Item::where('id', $category_list->addon_id)->first();
@endphp
@if ($addonsel_item)
@else
@endif
@endforeach
@endif
@endforeach
Home Chef Tips
If you like the food sent by our home chef you can show your
appreciation by tipping them right after you taste food
Add Your Amount
Add
@foreach ($tips_list as $key => $value)
₹
{{ $value->tip_amount }}
@endforeach
@if (session()->get('no_contact_delivery') == '1')
Opt
in for No-Contact Delivery
@else
Opt in for No-Contact Delivery
@endif
@if (session()->get('no_contact_delivery') == '1')
Our Delivery person will call you or ring your doorbell. Once the
order is placed at your door.(Not Applicable for COD)
@else
Our Delivery person will call you to confirm.Please ensure that
your
address has all the required details
@endif
Item Total ₹{{ $total_data_cart }}
CGST and SGST ({{ $delivery_cgst }}% + {{ $delivery_sgst }}% )
₹{{ round($tax_total, 1) }}
Delivery Fee
{{--
--}}
₹{{ $delivery_user_shop }}
@if (session()->get('self_pick') == '2')
Service Self Pick Up
@endif
@if ($coupon_views)
Coupon Discount ({{ $coupon_views->coupon_code }}) (-) ₹
{{ $coupon_amount }}
X
@if ($return_div_message == true)
Minimum Amount INR {{ $coupon->minimum_order_amount }}
@endif
@else
Coupon Discount ₹
0
@endif
@if (session()->get('select_amt_wal'))
Wallet Amount X
(-)₹
{{ session()->get('select_amt_wal') }}
@endif
@if (session()->get('tips_amount'))
Home Chef Tips X
(+)₹
{{ session()->get('tips_amount') }}
@endif
TO PAY ₹{{ $total_sub }}
@if ($coupon_views)
You have saved ₹ {{ $coupon_amount }} on
this order
@else
@endif
Payment Method
@if ($user->wallet > 0)
{{--
--}}
@else
@endif
{{--
Razorpay
Cash --}}
@include('modals.frontend.restaurant.confirm_cash')
@if ($return_div_message == true)
Minimum Amount INR {{ $coupon->minimum_order_amount }}, Kindly Remove
@else
Proceed
@endif