@extends('layouts.auth') @section("title", "SaveSpace | Login") @section('content')
Sign in
@csrf @if(Session::has('isActiveError')) @endif @if(Session::has('loginError')) @endif
@if(Session::has('usernameError')) {{ Session::get('usernameError') }} @endif
@if(Session::has('passwordError')) {{ Session::get('passwordError') }} @endif
Reset password

Don't have an account?

Register now!
@endsection