{!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} {!! Theme::css('vendor/adminlte/admin.min.css') !!} {!! Theme::css('css/pterodactyl.css') !!}
@if (count($errors) > 0)
{{ trans('auth.auth_error') }}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach (Alert::getMessages() as $type => $messages) @foreach ($messages as $message) @endforeach @endforeach
{!! csrf_field() !!}
{{ trans('auth.forgot_password') }}
{!! Theme::js('vendor/jquery/jquery.min.js') !!} {!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!}