@extends('user.layout') @includeIf('user.partials.rtl-style') @section('content')
{{ $keywords['Update Section Titles'] ?? __('Update Section Titles') }}
@if (!empty($u_langs)) @endif
@csrf
@php $not_allow_theme = ['manti']; @endphp @if (!in_array($setting->theme, $not_allow_theme))

@endif @php $not_allow_theme = ['vegetables', 'manti', 'kids']; @endphp @if (!in_array($setting->theme, $not_allow_theme))

@endif @if ($setting->theme == 'manti')

@endif

@if ($setting->theme == 'fashion' || $setting->theme == 'furniture')

@endif

@if ($setting->theme == 'fashion')

@endif @php $allow_theme = ['furniture', 'vegetables', 'manti']; @endphp @if (in_array($setting->theme, $allow_theme))

@if ($setting->theme != 'manti')

@endif @endif @php $allow_theme = ['kids', 'electronics']; @endphp @if (in_array($setting->theme, $allow_theme))

@endif
@endsection