@extends('portal.ninja2020.layout.clean')
@section('meta_title', ctrans('texts.login'))
@component('portal.ninja2020.components.test')
@endcomponent
@section('body')
@if(\App\Models\Account::count() > 0 && !\App\Models\Account::first()->isPaid())
@endif
@if(\App\Models\Account::count() > 0 && !\App\Models\Account::first()->isPaid())
@endif
{{ ctrans('texts.client_portal') }}
@endsection