@if ($reportData->isEmpty())

No data found for this report.

@else @foreach ($reportData as $data) @endforeach
Product Type Total Direct Profit
{{ $data->product_type }} {{ number_format($data->total_direct_profit, 2) }}
@endif