@extends(template().'layouts.app') @section('title', trans($pageSeo['page_title'] ?? 'Forgot Password')) @section('content')

@lang(@$forgotPasswordContent->description->title)

{!! __(@$forgotPasswordContent->description->description) !!}

@if (session('status')) @endif
@csrf

@lang('Reset Password')

@error('email')

@lang($message)

@enderror
@lang('Don\'t have account?')
@lang('Register here')
@include(template(). 'sections.footer') @endsection