@extends('layouts.header') @section('content')
@include('layouts.navbar')
@php $back_route= (!empty($cart_services) ? route('availability',$businessslug) : route('home.categories',$businessslug)) @endphp back Back to Date + Time

My Information

Create an Account

Create an account to say connected and make future checkouts faster!

Create a Password

Please enter a valid email address
Please enter a valid Password
@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif

No need to create a password now, continue to the review page to complete your booking

@endsection @section('customJs') @endsection