@extends('admin.layouts.app') @section('title', d_trans('Dashboard')) @section('header_title', d_trans('Dashboard')) @section('content') @if (!config('settings.cronjob.last_execution'))
{{ d_trans("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.") }}
{{ d_trans('Cron Job is required by multiple things to be run (Emails, Refresh businesses, Cache, Sitemap, etc...)') }}
{{ d_trans('Setup Cron Job') }}{{ d_trans('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.') }}
{{ d_trans('Setup SMTP') }}{{ d_trans('Users Statistics For This Month') }}
{{ d_trans('Recently registered users') }}
{{ $user->created_at->diffforhumans() }}
{{ d_trans('Recently added businesses') }}
{{ $business->created_at->diffforhumans() }}
{{ d_trans('Businesses Statistics For This Month') }}
{{ d_trans('Reviews Statistics For This Month') }}