{!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} {!! Theme::css('vendor/adminlte/admin.min.css') !!} {!! Theme::css('css/pterodactyl.css') !!}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

{{ trans('auth.password_requirements') }}

@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
{!! csrf_field() !!}
{!! Theme::js('vendor/jquery/jquery.min.js') !!} {!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!}