@extends('layouts.loggedout') @section('title') Login - {{ env('APP_NAME') }} @endsection @section('titlediscord') @endsection @section('descdiscord') @endsection @section('contentloggedout')

Welcome back!

Don't have an account? Click here to sign up.


@csrf

Username/E-Mail Address

@if ($errors->has('name') || $errors->has('email')) {{ $errors->first('name') ?: $errors->first('email') }} @endif

Password

@error('password') {{ $message }} @enderror
@if (Route::has('password.request'))

Forgot Your Password? @endif
@endsection