{{-- style="background-image: linear-gradient(#40c47c,#40c47c,#40c47c); background-size: cover; background-repeat: repeat; height:100vh;" --}}
@if (Route::has('login'))
@auth
Dashboard
@else {{--
Log in
--}}
Log in
{{-- @if (Route::has('register'))
Create New Account
@endif --}} @endauth
@endif
Log in
@csrf
Email address
Password
{{ __('Remember me') }}
@if (Route::has('password.request'))
{{ __('Forgot your password?') }}
@endif
Log in