@include('includes.headLogin')
{{ csrf_field() }}

¿Olvidaste la contraseña?

Ingresa tu correo
icono usuario @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@include('includes.footerLogin') {{-- @extends('layouts.app') @section('content')
Reset Password
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection --}}