@if (count($errors) > 0)
Error! @if (count($errors) == 1) {{ $errors->all()[0] }} @else @endif
@endif @if (Session::has('status'))
Info! {{ Session::get('status') }}
@endif