@extends('portal.ninja2020.layout.clean') @section('meta_title', ctrans('texts.password_recovery')) @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) @endif
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection