@extends('app') @section('content')
Inicia Sesion
@if (count($errors) > 0)
Whoops! Hay algunos problemas con tu entrada.

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