@extends('front') @section('content')
Service Details
img

{{ $service->source_name }}

{{ $averageRating }} ({{ $ratingCount }} reviews)
Bookings
@php $step = 1; // Start step number @endphp
    @if($additionalServicesCount !== "00")
  • {{ $step++ }}. Additional Services
  • @endif
  • {{ $step++ }}. Date & Time
  • {{ $step++ }}. Personal Information
  • {{ $step++ }}. Cart
  • {{ $step++ }}. Payment
  • {{ $step }}. Confirmation
Bookings

0% complete

@if (!empty(Auth::user()->userDetails->profile_image) && file_exists(public_path('storage/profile/' . Auth::user()->userDetails->profile_image))) user @else Default Profile Image @endif

{{ Auth::user()->userDetails->first_name }} {{ Auth::user()->userDetails->last_name }}

@if($additionalServicesCount !== "00")
Select Additional Service
Total : {{ $additionalServicesCount }}
@if($additionalServices->isEmpty())

No additional services found at the moment. You can Continue further.

@else @foreach ($additionalServices as $additionalService)
img
{{ $additionalService->name }}

${{ $additionalService->price }} / {{ $additionalService->duration }}

4.9

Add
@endforeach @endif
@endif
Select Date & Time
Select date
Select Time

No slots available at this moment

Add Personal Information
{{ $service->source_name }}

Price Type: {{ \Illuminate\Support\Str::ucfirst($service->price_type) }}

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

${{ $service->source_price }}
Date

Time

Cancellation policy

Cancel for free anytime in advance, otherwise you will be charged 100% of the service price for not showing up.

Cart
img
{{ $service->source_name }}

Price Type: {{ \Illuminate\Support\Str::ucfirst($service->price_type) }}

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

Additional Service

Date

Time

Amount
${{ $service->source_price }}
Payment Method
Payment Types
@if(isset($paymentInfo['stripe_status']) && $paymentInfo['stripe_status'] == 1)
payment
@endif @if(isset($paymentInfo['paypal_status']) && $paymentInfo['paypal_status'] == 1)
payment
@endif @if(isset($paymentInfo['mollie_status']) && $paymentInfo['mollie_status'] == 1)
payment
@endif @if(isset($paymentInfo['cod_status']) && $paymentInfo['cod_status'] == 1)
payment
@endif @if(isset($paymentInfo['wallet_status']) && $paymentInfo['wallet_status'] == 1)
payment
@endif
{{ $service->source_name }}

Price Type: {{ \Illuminate\Support\Str::ucfirst($service->price_type) }}

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

${{ $service->source_price }}
Payment Method
Your Booking is Successful on
img
{{ $service->source_name }}
Confirmed
{{ $service->source_name }}

Price Type: {{ \Illuminate\Support\Str::ucfirst($service->price_type) }}

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

${{ $service->source_price }}
Sub Total

$

Tax

$

Total
$
@endsection