@extends('voyager::master') @section('content') @if (session('status'))
{{ session('status') }}
@endif @if (@\TCG\Voyager\Models\Sms::first()->stock<=30)
{{__('voyager::hotdesk.lowsms')}}
@endif

{{__('voyager::hotdesk.notifications')}}

@if(Auth::user()->unreadsupport()->exists()) {{Auth::user()->unreadsupport()->count()}} {{__('voyager::hotdesk.notifications_unreadmessage')}} @endif

{{__('voyager::hotdesk.chart')}}

  • {{__('voyager::hotdesk.users')}}
  • {{__('voyager::hotdesk.sells')}}
{{Auth::user()->locale=='fa' ? fa_number(App\Models\User::count()) : App\Models\User::count()}} {{__('voyager::hotdesk.user')}}
@include('voyager::dashboard.smspack') @include('voyager::dashboard.personalizemenus')
@endsection