@extends('layouts.master') @section('title', trans('title.change_password')) @section('content')
@lang('site.not_registered')
@if (session('status')) @endif
@csrf

@lang('site.reset_password')

@error('email') {{ $message }} @enderror
@endsection