| # | {{ __('admin::lang.Space Name') }} | {{ __('admin::lang.Placement Type') }} | {{ __('admin::lang.Items') }} | {{ __('admin::lang.Order') }} | {{ __('admin::home.status') }} | {{ __('admin::home.Action') }} |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $placement->getTranslation('name', app()->getLocale()) }} | {{ $placement->type->label() }} | {{ $placement->banners_count ?? 0 }} | {{ $placement->sort_order ?? 0 }} | {{ $placement->status->label() }} |
|
{{ __('admin::lang.Create your first placement to get started') }}