@extends('shop.layout') @section('title', 'Parolă nouă') @section('content')

Setează o parolă nouă

@if ($errors->any())
@endif
@csrf
@endsection