@extends('portal.ninja2020.layout.clean') @section('meta_title', ctrans('texts.password_recovery')) @section('body')
@if($account && !$account->isPaid())
Invoice Ninja logo
@endif

{{ ctrans('texts.password_recovery') }}

{{ ctrans('texts.reset_password_text') }}

@if(session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@endsection