@extends('portal.ninja2020.layout.clean')
@section('meta_title', $title)
@section('body')
    
        @if(\App\Models\Account::count() > 0 && !\App\Models\Account::first()->isPaid())
        
        @endif
        
            
                @if(\App\Models\Account::count() > 0 && !\App\Models\Account::first()->isPaid())
                
                @endif
                
                    {{ ctrans('texts.password_recovery') }}
                    {{ ctrans('texts.reset_password_text') }}
                    @if(session('status'))
                        
                            {{ session('status') }}
                        
                    @endif