Welcome Back!
Sign in to jump back into the action
@if($errors->hasBag('login'))
@foreach($errors->login->all() as $error)
@endif
{{ $error }}
@endforeach
Or continue with
Don't have an account?Register Now
Create Account
Join the ultimate community today
@if($errors->hasBag('register'))
@foreach($errors->register->all() as $error)
@endif
{{ $error }}
@endforeach
Or continue with
Already have an account?Login Instead
{{ config('app.name') }}