@extends('includes.master') @section('title', 'sponsor-now-services') @section('style-section') @endsection @section('content') {{ camelCase($sponsorType_details[0]['displayName']) }} {{ $sponsorType_details[0]['description'] }} @php $cartList = session('sponsorship_cart'); // dd($cartList); $cart_count = isset($cartList['ids']) && $cartList['ids'] ? count($cartList['ids']) : 0; $cart_count = $cart_count != '' ? $cart_count : 0; if (empty($cartList['ids'])) { $cartList = ['totalPrice' => 0.0, 'ids' => []]; } else { if ($cartList['is_date_required'] == 'YES') { // code... $cartDetelists = []; $cartDetelistsCount = 0; foreach ($cartList['startDate'] as $key => $value) { $cartDetelistsCount = $cartDetelistsCount + count(explode(',', $value)) * $cartList['qty'][$key]; } $cart_count = $cartDetelistsCount; } else { $cart_count = $cart_count != '' ? $cart_count : 0; } } $currencySymbol = getCurrencySymbol(); $GeneralSettings = GeneralSettings(); @endphp {{-- //////// --}} SPONSOR NOW Total Amount {{ $cart_count }} $ 0.00 Proceed To Checkout
{{ $sponsorType_details[0]['description'] }}