@extends('theme::layouts.app') @section('content')

Sign in Below

or, you can signup here

@csrf
@if(setting('auth.email_or_username') && setting('auth.email_or_username') == 'username')
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif @else
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif @endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@endsection