@php $allCategories = \Modules\CMS\Service\Homepage::getCategoryList()->pluck('name', 'id'); $component = isset($component) ? $component : null; @endphp
@csrf @include('cms::hidden_fields')
{{ __('Example') }} {{ __('Total categories will be rows x columns') }}
@include('cms::edit.sub.appearance', ['fields' => ['margin','width']]) @include('cms::pieces.submit-btn')