@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.account_management')) @section('body')

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

{{ ctrans('texts.plan') }}
{{ $account->plan ? ucfirst($account->plan) : 'Free' }}
@if($account->plan)
{{ ctrans('texts.expires') }}
{{ $client->translateDate($account->plan_expires, $client->date_format(), $client->locale()) }}
@if($account->plan == 'enterprise')
{{ ctrans('texts.users')}}
{{ $account->num_users }}
@endif @endif @if($late_invoice)

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

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

{{ ctrans('texts.invoice') }}
{{ $late_invoice->number }} - {{ \App\Utils\Number::formatMoney($late_invoice->balance, $client) }} {{ ctrans('texts.pay_now')}}
@else
{{ ctrans('texts.plan_change') }}
@if($current_recurring_id) @else @endif
@endif
@endsection @push('footer') @endpush