@extends('layouts.header') @section('content')
@include('layouts.navbar')
back Back to Log In

Create an Account

An account must be created in order to make an appointment.

@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif

Register

@if ($agent->isDesktop()) @else @endif
Login failed. Please try again or create a new account.

Create a Password

Login failed. Please try again or create a new account.

Communications

Text
Email

Acknowledgement

Existing guest? Login here
@endsection @section('customJs') @endsection