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

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

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

@include(template(). 'sections.footer') @endsection