@extends('layouts.admin.app')
@section('title', translate('Dashboard'))
@push('css_or_js')
@endpush
@section('content')
{{translate('Monitor_your_business_analytics_and_statistics')}}
{{translate('Business_Analytics')}}
{{translate('order_statistics')}}
{{translate('earning_statistics')}}
@endsection
@push('script')
@endpush
@push('script_2')
{{-- Order Statistics Line Chart --}}
{{-- Order Statistics Donut Chart --}}
@endpush