@extends('layouts.app') @section('title', 'Cambiar Contraseña') @section('content')
@csrf
@error('new_password') {{ $message }} @enderror
@endsection