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