@extends('layouts-new.front') @push('styles') @endpush @section('content')
@if(is_null($user))

@lang('front.accountAlready') ? @lang('front.loginNow')

@lang('app.add') @lang('front.personalDetails')

@csrf
@if ($smsSettings->nexmo_status == 'active') @lang('messages.info.verifyMessage') @endif
@if ($googleCaptchaSettings->v2_status == 'active' && $googleCaptchaSettings->status == 'active')
@if ($googleCaptchaSettings->status == 'active') @endif
@endif
@elseif($smsSettings->nexmo_status == 'active' && !$user->mobile_verified)
@lang('app.verifyMobile')
@include('partials.front_verify_phone')

@endif @if ($user)
@lang('front.registration.address')
@lang('front.additionalNotes')

@csrf
@elseif ($smsSettings->nexmo_status == 'deactive')
@lang('front.additionalNotes')

@endif
@if (!$user) @if ($smsSettings->nexmo_status == 'active') @else @endif @else @if ($smsSettings->nexmo_status == 'active') @else @endif @endif
@if ($credentials->show_payment_options == 'show') @if($credentials->stripe_status == 'active') @endif @if($credentials->paypal_status == 'active') @endif @if($credentials->paystack_status == 'active') @endif @if($credentials->razorpay_status == 'active') @endif @if($credentials->offline_payment == 1 && $service_type != 'online') @endif @else

@lang('messages.noPaymentOptionAvailable')

@endif

@lang('front.summary.cart.heading.cartTotal')

@if (is_null($products))
@lang('front.table.emptyMessage')
@endif
@lang('front.summary.cart.subTotal') ({{ $productsCount }} items)

@lang('app.totalTax')

@if ($type == 'booking') @if(!is_null($couponData))
@lang('app.discount') ({{ $couponData[0]['title'] }})
-{{ currencyFormatter($couponData['applyAmount']) }}
@endif
@endif
@lang('front.summary.cart.totalAmount')
@endsection @push('footer-script') @if ($locale !== 'en') @endif @if ($googleCaptchaSettings->v2_status == 'active' && $googleCaptchaSettings->status == 'active') @endif @if ($googleCaptchaSettings->v3_status == 'active' && $googleCaptchaSettings->status == 'active') @endif @if($credentials->razorpay_status == 'active') @endif @if ($credentials->paystack_status == 'active') @endif @if($credentials->stripe_status == 'active') @endif @include("partials.currency_format") @endpush