@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Dashboard

@role('Admin')
{{count($customers)}} New Customers This Month
Today’s Heroes
@foreach ($customers as $customer)
Pic
@endforeach @if(count($customersAll) > 6) + {{(count($customersAll)-6)}} @endif
{{number_format(count($orders))}} Orders
This Month
100 to Goal {{number_format( (count($orders) *100) / 100)}}%

Sales This Months Users from all products

@foreach ($graph_data as $graph) @endforeach $ {{number_format($total_sale)}}
@endrole
@include('partials.footer')
@include('global.footer-links')