| {{$key }} |
{{$value->where('car_size', 'small')->count() }} |
{{$value->where('car_size', 'large')->count() }} |
{{$value->count() }} |
{{$value->where('payment_type', 'cash')->sum('total') }} |
{{$value->where('payment_type', 'online')->sum('total') }} |
{{$value->sum('total') }} |
@endforeach