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