@extends('admin.master', ['menu' => 'dashboard'])
@section('title', isset($title) ? $title : '')
@section('content')
{{__('Total Sale')}}
{{$totalProductSale}}
{{__('Today Order')}}
{{ $todayProductOrder }}
{{\Carbon\Carbon::now()->format('F').__(' Sale')}}
{{$totalCurrentMonthProductSale}}
{{ __('Yearly Sale') }}
{{$totalLatYearProductSale}}
{{__('Orders')}}
{{$totalOrders}}
{{__('Pending Orders')}}
{{ $pendingOrders }}
{{__(' Delivered Orders')}}
{{$deliveredOrders}}
{{ __('Returned Orders') }}
{{$returnedOrders}}
{{__('Total Earning')}}
{{__('$').$totalEarning}}
{{__('Today Earning')}}
{{ __('$').$todayEarning }}
{{\Carbon\Carbon::now()->format('F').__(' Earning')}}
{{ __('$').$monthEarning }}
{{ __('Yearly Earning') }}
{{__('$').$yearEarning}}
{{__('Products')}}
{{ $totalProducts }}
{{__('Customers')}}
{{ $totalUsers }}
{{__('Categories')}}
{{ $totalCategories }}
{{ __('Brands') }}
{{ $totalBrands }}
{{__('Online Transactions')}}
{{ __('$').$totalOnlineTransaction }}
{{__('Paypal Transactions')}}
{{ __('$').$totalPaypalTransaction }}
{{__('Stripe Transactions')}}
{{ __('$').$totalStripeTransaction }}
{{ __('Razorpay Transactions') }}
{{ __('$').$totalRazorpayTransaction }}
{{__('Bank Transactions')}}
{{ __('$').$totalOnlineTransaction }}
{{__('Reviews')}}
{{ $getTotalReviews }}
{{__('Blogs')}}
{{ $getTotalBlogs }}
{{ __('Subscribers') }}
{{ $getTotalSubscribers }}
@push('post_scripts')
@endpush
@endsection