@extends('layouts.admin')
@section('title', 'Dashboard')
@push('css')
@endpush
@section('content')
@component('admin.dashboard.breadcumb')
@endcomponent
{{$thisMonthOrder->count()}}
{{$thisYearOrder->count()}}
{{$todayOrder->sum('order_total')}}
{{$thisMonthOrder->sum('order_total')}}
{{$thisYearOrder->sum('order_total')}}
@endsection
@push('js')
@endpush