@extends('frontend.theme_2.app') @section('title', 'Our Services') @push('styles') {{-- Corrected: Use the stylesheet for Bootstrap Datetimepicker, not Daterangepicker --}} @endpush @section('content')
service
{{ $service->source_name }} {{ $averageRating }} ({{ $ratingCount }} {{ __('reviews') }})
{{ __('Price') }} : {{ $currecy_details->symbol }}{{ $service->source_price }}
@if ($additionalServicesCount !== '00')
{{ __('Select Additional Service') }}
{{ __('Total') }} : {{ $additionalServicesCount }}
@forelse ($additionalServices as $additionalService)
@empty

{{ __('No additional services found at the moment. You can Continue further.') }}

@endforelse
@endif
{{ __('Select Date & Time') }}
{{ __('Select Time') }}
{{-- No slot message --}}

{{ __('No slots available at this moment') }}

@if ($additionalServicesCount !== '00') @endif
{{ __('Add Personal Information') }}
{{ __('Cancellation policy') }}

{{ __('Cancel for free anytime in advance, otherwise you will be charged 100% of the service price for not showing up.') }}

{{ __('Payment') }}
{{ __('Payment Method') }}
@if (isset($paymentInfo['stripe_status']) && $paymentInfo['stripe_status'] == 1)
Stripe
@endif @if (isset($paymentInfo['paypal_status']) && $paymentInfo['paypal_status'] == 1)
Paypal
@endif @if (isset($paymentInfo['mollie_status']) && $paymentInfo['mollie_status'] == 1)
Mollie
@endif @if (isset($paymentInfo['cod_status']) && $paymentInfo['cod_status'] == 1)
COD
@endif @if ($bankStatus == 1)
bank
@endif
{{ __('Booking Summary') }}
{{ __('Date & Time') }}

@if(!\Modules\Service\app\Models\Service::shouldHideDurationForPriceType($service->price_type))
{{ __('Duration') }}

{{ $service->duration }}/{{ $serviceDuration }}

@endif
{{ __('Booking Confirmation') }}

{{ __('Thank You!') }}

{{ __('your_booking_is_successful_on') }}

{{ __('Booking ID') }}:

{{ __('Order Summary') }}

{{ $service->source_name }}

{{ $currecy_details->symbol }}{{ $service->source_price }}
{{ __('sub_total') }} {{ $currecy_details->symbol }}
{{ __('tax') }}
{{ $currecy_details->symbol }}
{{ __('total') }}
{{ $currecy_details->symbol }}
@if (module_view_exists('paymentgateway::model') && $PaymentGatewayStatus == 1) @include('paymentgateway::model') @endif
@endsection @push('scripts') @endpush