{!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} {!! Theme::css('vendor/adminlte/admin.min.css') !!} {!! Theme::css('css/pterodactyl.css') !!}
@if (session('status'))
{{ trans('auth.email_sent') }}
@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{!! csrf_field() !!}
{!! Theme::js('vendor/jquery/jquery.min.js') !!} {!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!}