| # | {{ __('marketplace::home.itemName') }} | {{ __('marketplace::home.status') }} | {{ __('marketplace::home.date') }} | {{ __('marketplace::home.actions') }} |
|---|---|---|---|---|
| {{ $item->id }} | {{ \Illuminate\Support\Str::of($item->title)->limit(30) }} | {{ $item?->status->trans() }} |
{{ \Illuminate\Support\Carbon::parse($item->created_at)->translatedFormat('l , j F Y') }} |
{{ __('marketplace::home.noItems') }}