@foreach($data['details'] as $row)
| {{ $row->sub_category_title }} |
{{ $row->category_id }} |
{{ $row->count_pieces }} |
{{ number_format($row->weight, 2) }} |
{{ number_format($row->price / $row->weight, 2) }} |
{{ number_format($row->price, 2) }} |
@endforeach