{{ __('Dashboard') }}

@if(Carbon\Carbon::parse(Illuminate\Support\Facades\Storage::get('cron_log')) < Carbon\Carbon::now()->subMinutes(35))

{{ __('Your CRON has not ran since ') . Carbon\Carbon::parse(Illuminate\Support\Facades\Storage::get('cron_log'))->diffForHumans() }} {{ __('- CRON should be configured to run every 30 minutes for tSMS to work properly.') }} {{ __('Click here for Setup Instructions') }}

@endif
{{ __('Hi') }} {{ explode(' ', Auth::user()->name)[0] }}!
{{ __('Welcome to tSMS Dashboard') }}
{{ __('You can view the setup instructions here that will show you various other part of tSMS that requires some manual steps of installations. ') }}
{{ __('View Instructions') }}

{{ $stats->total_numbers }}

{{ __('Total Numbers') }}

{{ $stats->total_messages }}

{{ __('Total Messages Received') }}

{{ $stats->total_users }}

{{ __('Total Registered Users') }}

{{ $stats->total_orders }}

{{ __('Total Paid Orders') }}