@extends('layout.app') @section('title', 'Account Details') @section('content') @include('Admin.Include.aside_account') Dashboard Balance 0 {{-- {{ number_format($customerChange, 2) }}% Since last month --}} {{-- Orders {{ $orders }} {{ number_format($orderChange, 2) }}% Since last month Total Sales ${{ number_format($sales, 2) }} {{ number_format($salesChange, 2) }}% Since last month Stores {{ $stores }} {{$storeChange}} Since last month --}} @endsection
{{ number_format($customerChange, 2) }}% Since last month
{{ number_format($orderChange, 2) }}% Since last month
{{ number_format($salesChange, 2) }}% Since last month
{{$storeChange}} Since last month