@extends('templates.application.master') @section('layout-content')
@if (session('status'))
{{ session('status') }}
@endif
@csrf

Nueva Contraseña

Establezca una nueva contraseña, llenando el siguiente formulario.

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