@section('scripts') @show Pterodactyl - @yield('title')
@if (count($errors) > 0)
{{ trans('strings.whoops') }}! {{ trans('auth.errorencountered') }}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach (Alert::getMessages() as $type => $messages) @foreach ($messages as $message) @endforeach @endforeach
@yield('content')