@foreach($products as $key=> $row)
|
|
{{ $row->uuid }} |
{{ $row->title }} |
{{-- {{ $row->category->currentDescription->name ?? "" }} | --}}
{{-- {{ $row->user->name ?? $row->user->username ?? "" }} | --}}
{{ $row->price }} |
{{-- {{ __("general.product_$row->status") }} | --}}
{{--
@if($row->platform_names)
@foreach($row->platform_names as $platformName)
{{ $platformName }}
@endforeach
@else
{{ __('main.not_exist') }}
@endif
| --}}
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if($products->hasPages())
@endif