@extends('layouts.login_layouts') @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