@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())
@endif
{{ ctrans('texts.client_portal') }}
@if(!is_null($company) && $company->client_can_register)
@endif
@endsection