@extends('layouts.admin') @section('content') {{ __('Dashboard') }} @if (empty($setdata['imap_host'])) {{ __('Please set your IMAP information') }} {{ __('Set Up Now') }} @endif @if (empty($setdata['MAIL_FROM_ADDRESS'])) {{ __('Please set your SMTP information') }} {{ __('Set Up Now') }} @endif @if (empty($setdata['license'])) {{ __('Please add your license as soon as possible') }} {{ __('Check it') }} @endif {{ __('Total Emails') }} {{ $setdata['total_emails_created'] }} {{ __('Total Messages') }} {{ $setdata['total_messages_received'] }} {{ __('Total Posts') }} {{ $posts }} {{ __('Total Pages') }} {{ $pages }} {{ __('Messages Received') }} {{ __('Emails Created') }} {{ __('Your Cron Job Command') }} /usr/local/bin/php {{ env('DEMO_MODE') ? 'SERVER_PATH' : base_path() }}/artisan schedule:run >> /dev/null 2>&1 @endsection @push('scripts') @endpush
/usr/local/bin/php {{ env('DEMO_MODE') ? 'SERVER_PATH' : base_path() }}/artisan schedule:run >> /dev/null 2>&1