@extends('layouts.app') @section('content')
{{ __('Reset Password') }}
@csrf
@error('password') {{ $message }} @enderror
@endsection @section('js') @endsection