Sales Report

From: {{$starting_month}} To: {{$ending_month}} | Total Records: {{$total}}

@foreach($data as $item) @endforeach
# Name Product Id Price Order Date
{{$loop->iteration}} {{$item->name}} {{$item->id}} ${{$item->price}} {{$item->created_at}}