| {{ $key+1 }} |
{{ productname($row->id) }} |
{{ str_replace($vowels, ' ', strip_tags(productdescription($row->id))) }} |
{{ categoryname($row->category_id) }} |
{{ $row->writer }} |
@if(is_null($row->model_id)){{ __('products.null') }} @else {{ modelname($row->model_id) }} @endif |
@if($row->show == 'yes'){{ __('products.yes') }} @else {{ __('products.no') }} @endif |
{{ $row->visit_counts }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
@endforeach