@php use Illuminate\Support\Facades\Route; $currentUrl = Route::getCurrentRoute(); if($currentUrl) { $currentUrl = $currentUrl->getName(); } @endphp
Services
Quantity
Price
@php $cartServices = null; @endphp @if ($cartItems) {{ Helper::usercartItems() }} @else 0 @endif items
₹ @if (isset($cartTotalPrice)) {{ $cartTotalPrice }} @else 0 @endif