@if (count($errors) > 0)
@endif @if (session('status'))
{{ session('status') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf

Log In

{{--

Log In

--}} @if ($errors->has('email')) {{ $errors->first('email') ?? "" }} @else @error('email')
{{$errors->first('email') ?? "" }}
@enderror @endif @error('password')
{{$errors->first('password') ?? ""}}
@enderror

@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif Or

{{-- Continue With Google --}} {{-- --}}

Haven't an account? Create a Bitbance Account