@foreach($pages as $page)
@if($page->key === 'home') @elseif($page->key === 'category') @elseif($page->key === 'product') @elseif($page->key === 'cart') @else @endif
{{ $page->name }}
{{ $page->key }}
status->value === 'active' ? 'checked' : '' }} style="cursor: pointer;">
{{ __('admin::lang.Total Spaces') }} {{ $page->placements_count }}
{{ __('admin::lang.Active Spaces') }} {{ $page->active_placements_count }}
{{ __('admin::lang.Manage Spaces') }}
@endforeach
@push('css') @endpush