@if(auth()->user() && auth()->user()->isPermitted("staff"))
Live chat
@elseif(!Session::has('chat_widget'))
Live chat
@else
Live chat (Beta)
@if(empty(auth_or_guest()))
Welcome

This is a new service and is being tested. Please use with discretion and report any bugs or issues using the website contact form.

Login to continue chatting
Or
Continue as a guest
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@csrf
@error('name') {{ $message }} @enderror
@else

Welcome to live chat. Please write us a message to get started.

@endif
@endif