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


Ingresar