@extends('layouts.admin.app') @section('title', translate('Dashboard')) @push('css_or_js') @endpush @section('content')

{{translate('welcome')}}, {{auth('admin')->user()->f_name}}.

{{translate('Monitor_your_business_analytics_and_statistics')}}

Business Analytics {{translate('Business_Analytics')}}

{{translate('order_statistics')}}

{{translate('order_status_statistics')}}

{{translate('earning_statistics')}}

@endsection @push('script') @endpush @push('script_2') {{-- Order Statistics Line Chart --}} {{-- Order Statistics Donut Chart --}} @endpush