@extends('portal.ninja2020.layout.clean') @section('meta_title', ctrans('texts.login')) @component('portal.ninja2020.components.test') @endcomponent @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.client_portal') }}

@csrf
@error('email')
{{ $message }}
@enderror
{{ trans('texts.forgot_password') }}
@if(isset($company) && !is_null($company)) @endif @error('password')
{{ $message }}
@enderror
@if(!is_null($company) && $company->client_can_register) @endif @if(!is_null($company) && !empty($company->present()->website())) @endif
@endsection