@extends('flarum.forum::layouts.basic') @inject('url', 'Flarum\Http\UrlGenerator') @section('title', $translator->trans('core.views.reset_password.title')) @section('content') @if ($errors->any())
@endif

@endsection