{{-- @extends('front.include.app') @section('content')

Booking

Contact info

Payment

Payment Method
@endsection --}} @extends('front.include.app') @section('content')
@csrf

Booking

@if($studio->booking_type === 'per_day') @elseif($studio->booking_type === 'per_week') @elseif($studio->booking_type === 'per_month') @else @endif @if($clientSecret) @endif

Booking Details

{{--
--}} @if($studio->booking_type === 'per_day')
@elseif($studio->booking_type === 'per_week')
@elseif($studio->booking_type === 'per_month')
@else
@endif {{--
--}}

Contact info

@if ($subscriptionId)
You have an active subscription. | Booking Duration: | Available Hours: {{ $subscriptionHours }}
@else

Payment

@endif
@if(!$subscriptionId) @endif @endsection