@extends('layouts.auth') @section('content')
{{ ucfirst(config('app.name')) }} @lang('quickadmin.qa_login')
@if (count($errors) > 0)
Whoops! @lang('quickadmin.qa_there_were_problems_with_input'):

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection