@if (session()->has('alert'))
{{__('Oops')}}!
{{session('alert')}}
@endif
@csrf
@if ($errors->has('username'))
{{$errors->first('username')}}
@endif
@if ($errors->has('password'))
{{$errors->first('password')}}
@endif
{{__('login')}}
{{__('Forgot Password / Username')}} ?