@extends('layouts.app') @section('content')
{!! csrf_field() !!}
Home
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Aún no tienes una cuenta? Crear cuenta

{!! csrf_field() !!}

Recuperar contraseña

Introduce tu correo electronico y sigue las instruciones.

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection