{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.auth') @section('title') Login @endsection @section('content')
@if (count($errors) > 0)
@lang('auth.auth_error')

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach (Alert::getMessages() as $type => $messages) @foreach ($messages as $message) @endforeach @endforeach
@endsection @section('scripts') @parent @if(config('recaptcha.enabled')) @endif @endsection