@hasrole('admin')
{{ $dashboard['users_this_month'] }} {{ __('this month') }}
{{ $dashboard['total_paying_users_this_month'] }} {{ __('this month') }}
{{ $dashboard['month_docs_np'] }} {{ __('this month') }}
{{ $dashboard['month_docs'] }} {{ __('Documents') }}
{{ $dashboard['total_docs'] }} {{ __('Documents') }}
{{ __('Company') }} | {{ __('Creation Date') }} | {{ __('Name') }} | {{ __('Email') }} | @if (config('settings.enable_pricing')){{ __('Plan') }} | @endif|
---|---|---|---|---|---|
{{ $client->name }} | {{ $client->created_at->locale(Config::get('app.locale'))->isoFormat('LLLL') }} | {{ $client->user->name }} | {{ $client->user->email }} | @if (config('settings.enable_pricing'))@isset($dashboard['plans']) @isset($dashboard['plans'][$client->user->plan_id]) {{ $dashboard['plans'][$client->user->plan_id] }} @endisset @endisset | @endif{{ __('Login as') }} @if (config('settings.show_company_page',true)) {{ __('View it') }} @endif |