@extends('back.layouts.app') @push('title', __('Dashboard')) @section('content')

{{ __('Earnings Today') }}

{{ config('app.currency_symbol') }}{{ money($total_earnings_today) }}

{{ __('Orders Today') }}

{{ $total_orders_today }}

{{ __('Members Today') }}

{{ $total_users_today }}

{{ __('Contacts Today') }}

{{ $total_contacts_today }}

{{ __('Total Earnings') }}

{{ config('app.currency_symbol') }}{{ money($total_earnings) }}

{{ __('Total Orders') }}

{{ $total_orders }}

{{ __('Total Members') }}

{{ $total_users }}

{{ __('Total Contacts') }}

{{ $total_contacts_today }}

@endsection