@if($data->isEmpty())
No records found for the selected filters.
@else @foreach($data as $index => $row) @endforeach
# Glass Name Bill Count
{{ $index + 1 }} {{ $row->GlassName }} {{ $row->BillCount }}
Total {{ $data->sum('BillCount') }}
@endif