@foreach($rows as $row) @endforeach
{{ __('products.category_id') }} {{ __('products.name') }} {{ __('products.code') }} {{ __('web.rate') }} {{ __('dashboard.created_at') }}
{{ $row->category->currentDescription->name }} {{ $row->currentDescription->name }} {{ $row->code }} {{ $row->product_rate }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }}