{{__('admin.Dashboard')}}
{{__('admin.Today Order')}}
{{ $today_order->qty }}
{{__('admin.Today Income')}}
{{ $currency }}{{ $today_order->amount }}
{{__('admin.This Month Order')}}
{{ $this_month_order->qty }}
{{__('admin.This Month Income')}}
{{ $currency }}{{ $this_month_order->amount }}
{{__('admin.This Year Order')}}
{{ $this_year_order->qty }}
{{__('admin.This Year Income')}}
{{ $currency }}{{ $this_year_order->amount }}
{{__('admin.Total Order')}}
{{ $total_order->qty }}
{{__('admin.Total Income')}}
{{ $currency }}{{ $total_order->amount }}
{{__('admin.Active Property')}}
{{ $active_property }}
{{__('admin.Inactive Property')}}
{{ $inactive_property }}
{{__('admin.Total Agent')}}
{{ $total_agent }}
{{__('admin.Total Subscriber')}}
{{ $total_subscriber }}