@extends('backend.layouts.app') @section('backend_title', 'Admin Order List') @section('backend_content')
Qty: {{ $todaysOrder->count() }}
Total: {{ $todaysOrderSammary }}
See Details Download ReportQty: {{ $sevenDaysOrder->count() }}
Amount: {{ $sevenDaysOrderAmount }}
See Details Download ReportQty: {{ $halfMonthOrder->count() }}
Amount: {{ $halfMonthOrderAmount }}
See Details Download ReportQty: {{ $lastMonthOrder->count() }}
Total: {{ $lastMonthOrderAmount }}
See Details Download Report