@extends('portal.ninja2020.layout.clean') @section('meta_title', $title) @section('body')
@if($account && !$account->isPaid()) @endif
@if($account && !$account->isPaid())
Invoice Ninja logo
@elseif(isset($company) && !is_null($company))
{{ $company->present()->name() }} logo
@endif

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

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

@if(session('status'))
{{ session('status') }}
@endif
@csrf
@if($company && !is_null($company)) @endif @if($is_react) @endif @error('email')
{{ $message }}
@enderror
@endsection