{{-- CityHub - Dashboard (superadmin) --}}

{{ Lang::get('dashboard.superadmin_title') }}


  • {{ Lang::get('dashboard.cities_statistics') }}

  • {{$cityStats['total']}}{{ Lang::get('dashboard.total_cities_number') }}

  • {{$cityStats['active']}}{{ Lang::get('dashboard.active_cities_number') }}

  • {{$cityStats['total'] - $cityStats['active']}}{{ Lang::get('dashboard.inactive_cities_number') }}

  • {{ Lang::get('dashboard.active_cities_number') }}

  • {{ Lang::get('dashboard.total_cities_number') }}

{{ Lang::get('dashboard.latest_blog_posts') }}

@foreach($blogStats['latestPosts'] as $blogPost)
@if ($blogPost->image != null || $blogPost->image != '') @endif
{{ str_limit($blogPost->title, $limit = 25, $end = '...') }}

{{str_limit($blogPost->excerpt, $limit = 25, $end = '...')}}

@endforeach

{{ Lang::get('dashboard.title_cities') }}

{{ Lang::get('dashboard.title_modules') }}

@if ($modules != null) @foreach ($modules as $module)

{{ Lang::get($module->identifier . '.module_name') }}

{{ Lang::get('dashboard.module_status') }}: {{ Lang::get('core.inactive') }}

{{ Lang::get('dashboard.module_mobile_status') }}: {{ Lang::get('core.inactive') }}

{{ Lang::get('dashboard.module_under_maintenance') }}: {{ Lang::get('core.no') }}

@endforeach @else

{{ Lang::get('dashboard.no_modules_in_db') }}

@endif
{{-- Subscribers --}}

{{ Lang::get('dashboard.subscribers') }}

@foreach($subscribers as $subscriber) @endforeach
{{ Lang::get('touristInformation.header_id') }} {{ Lang::get('user.label_first_name') }} {{ Lang::get('user.label_last_name') }} {{ Lang::get('user.label_email') }} {{ Lang::get('touristInformation.header_action') }}
{{ $subscriber->id }} {{ $subscriber->first_name }} {{ $subscriber->last_name }} {{ $subscriber->email }}  

{{ Lang::get('dashboard.view_statistic') }}

{{ Lang::get($module->identifier . '.module_name') }}

{{ Lang::get('dashboard.cityViewFactor') }} :

{{ Lang::get('touristInformation.header_id') }} {{ Lang::get('user.label_category') }} {{ Lang::get('user.label_title') }} {{ Lang::get('user.label_created_at') }} {{ Lang::get('user.label_counter') }} {{ Lang::get('user.label_counterFake') }}