Client Portal

Welcome back

Sign in to access your dashboard

@if(session('status'))

{{ session('status') }}

@endif @if($errors->any() && ($errors->has('email') && (str_contains($errors->first('email'), 'credentials') || str_contains($errors->first('email'), 'No account'))))

{{ $errors->first('email') }}

@endif
@csrf
@error('email')@if(!str_contains($message, 'credentials') && !str_contains($message, 'No account'))

{{ $message }}

@endif @enderror
@error('password')

{{ $message }}

@enderror
@if(Route::has('client.password.request'))Forgot password?@endif
@if(Route::has('client.register')) @endif