@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
@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')

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

@lang('admin::app.settings.themes.edit.name') @lang('admin::app.settings.themes.edit.sort-order') @lang('admin::app.settings.themes.edit.channels') @foreach($channels as $channel) @endforeach @lang('admin::app.settings.themes.edit.themes') @foreach (config('themes.shop') as $themeCode => $shopTheme) @endforeach @lang('admin::app.settings.themes.edit.status')