@extends('app') @section('title', 'Dashboard') @section('content')

Vertical

Customers

{{$totalCustomer}}

{{-- 5.27% --}} Total

Orders

@php echo($order[0]->total) @endphp

{{-- 1.08% --}} Total

Revenue

@php echo($order[0]->revenue??0) @endphp

{{-- 7.00% --}} Total

Growth

{{$earningsGrowthPercent}}%

{{-- 4.87 --}} Since last month

Top Dress

@foreach ($mostOrderedProducts as $item) @endforeach
{{$item->product_name ?? ''}}
{{$item->order_date}}
{{$item->total_ordered}}
Quantity
{{$item->total_income}}
Amount
@endsection @push('scripts') @endpush