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