@extends('layouts.login_layout') @section('content')
{{ csrf_field() }}

Iniciar sesión

Introduce tu correo electrónico y contraseña.
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{-- ¿Se te olvidó tu contraseña?--}}

 

@endsection