@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
@endif

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

@csrf
@error('email')
{{ $message }}
@enderror
{{ trans('texts.forgot_password') }}
@error('password')
{{ $message }}
@enderror
@endsection