@extends('layouts.admin') @section('content-header', 'Dashboard') @section('content')

{{$products_count}}

Total Products

More info

{{$orders_count}}

Orders Count

More info

{{config('settings.currency_symbol')}} {{number_format($income, 2)}}

Total Income

More info

{{config('settings.currency_symbol')}} {{number_format($income_today, 2)}}

Today's Income

More info

{{$customers_count}}

Total Customers

More info
@endsection