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

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

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

{{ ctrans('texts.plan') }}
{{ $account->plan ? ucfirst($account->plan) : 'Free' }}
@if($account->plan)
{{ ctrans('texts.expires') }}
{{ $client->formatDate($account->plan_expires, $client->date_format()) }}
@if($account->plan == 'enterprise')
{{ ctrans('texts.users')}}
{{ $account->num_users }}
@endif @endif
{{ ctrans('texts.plan_change') }}
@if($current_recurring_id) @else @endif
@endsection @push('footer') @endpush