@extends('admin.layouts.app') @section('title', translate('Dashboard')) @section('container', 'container-max-xxl') @section('content') @if (!@$settings->cronjob->last_execution)
{{ translate("It seems that your Cron Job isn't set up correctly, which might be causing it not to work as expected. Please double-check and ensure that your Cron Job is properly configured.") }}
{{ translate('Cron Job is required by multiple things to be run (Emails, Badges, Discounts, Cache, Sitemap, etc...)') }}
{{ translate('Setup Cron Job') }}{{ translate('SMTP is not enabled, set it now to be able to recover the password and use all the features that needs to send an email.') }}
{{ translate('Setup SMTP') }}{{ translate('Recently registered') }}
{{ $user->created_at->diffforhumans() }}
{{ translate('Top Selling Items') }}
{{ translate('Sales (:count)', ['count' => numberFormat($topSellingItem->total_sales)]) }}
{{ translate('Purchasing Countries') }}
{{ translate('Top Purchasing Countries') }}