@lang('admin::app.settings.themes.edit.title') @php $channels = core()->getAllChannels(); $currentChannel = core()->getRequestedChannel(); $currentLocale = core()->getRequestedLocale(); @endphp

@lang('admin::app.settings.themes.edit.title')

@foreach ($currentChannel->locales->sortBy('name') as $locale) {{ $locale->name }} @endforeach
@pushOnce('scripts') @includeWhen($theme->type === 'image_carousel', 'admin::settings.themes.edit.image-carousel') @includeWhen($theme->type === 'product_carousel', 'admin::settings.themes.edit.product-carousel') @includeWhen($theme->type==='category_carousel', 'admin::settings.themes.edit.category-carousel') @includeWhen($theme->type === 'static_content', 'admin::settings.themes.edit.static-content') @includeWhen($theme->type === 'footer_links', 'admin::settings.themes.edit.footer-links') @includeWhen($theme->type === 'services_content', 'admin::settings.themes.edit.services-content') @endPushOnce