@extends('backend.layouts.app') @section('content') @if(env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
{{translate('Please Configure SMTP Setting to work all email sending functionality')}}, {{ translate('Configure Now') }}
@endif

Good Morning, {{auth()->user()->name}}

Here's what's happening with your store today.

Total Queries

Total Queries Of This Month

Total Queries Of This Week

Total Queries Today

@endsection @section('script') @endsection