@extends('layouts.app') @push('css') @endpush @section('content')
@if(!auth()->user())
{{__('Sign in')}} {{__('to book with your saved details or')}} {{__('register')}} {{__('to manage your bookings on the go!')}}
@endif

{{__('Let us know who you are')}}

@include ($service->checkout_form_file ?? 'Booking::frontend/booking/checkout-form',['disable_lazyload'=>1]) @if(!empty($token = request()->input('token'))) @endif
@include ($service->checkout_booking_detail_file ?? '',['disable_lazyload'=>1])
@endsection @push('js') @endpush