@canany(['report-list'])
Total Orders {{ $total_order_count }}
Total Sales Tk {{ $totalsales_amount }}
Total Profit TK {{ $total_profit }}
@endcanany
Pending Web Orders {{ $pending_web_orders }}

Order Count By Status

@foreach ($orderCountsByStatus as $key => $status_value)
{{ $status_value }} {{ $key }}
@endforeach