File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/packages/theme/resources/views/options.blade.php
Back
@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') @php do_action(BASE_ACTION_TOP_FORM_CONTENT_NOTIFICATION, request(), THEME_OPTIONS_MODULE_SCREEN_NAME); @endphp <x-core::card class="theme-option"> <x-core::form :url="route('theme.options')" method="post" > <x-core::card.header> <x-core::card.title> {{ trans('packages/theme::theme.theme_options') }} </x-core::card.title> <x-core::card.actions> <div class="btn-list justify-content-end align-items-center"> {!! apply_filters(THEME_OPTIONS_ACTION_META_BOXES, null, THEME_OPTIONS_MODULE_SCREEN_NAME) !!} <x-core::button type="submit" color="primary" > {{ trans('packages/theme::theme.save_changes') }} </x-core::button> </div> </x-core::card.actions> </x-core::card.header> <x-core::card.body class="p-0"> <div class="d-block d-md-flex"> <div class="nav mb-md-0 flex-column nav-pills overflow-hidden p-3" id="themeOptionTab" role="tablist" aria-orientation="vertical" > @foreach ($sections = ThemeOption::constructSections() as $section) <button @class(['nav-link w-100', 'active' => $loop->first]) id="{{ $section['id'] }}-tab" data-bs-toggle="pill" data-bs-target="#{{ $section['id'] }}" type="button" role="tab" aria-controls="{{ $section['id'] }}" aria-selected="true" title="{{ $section['title'] }}" > @if ($section['icon']) <x-core::icon :name="$section['icon']" class="me-2" /> @endif <span class="text-truncate">{{ $section['title'] }}</span> </button> @endforeach </div> <div class="tab-content w-100 p-3" id="themeOptionTabContent" > @foreach ($sections as $section) <div @class(['tab-pane fade', 'show active' => $loop->first]) id="{{ $section['id'] }}" role="tabpanel" aria-labelledby="{{ $section['id'] }}-tab" tabindex="0" > @foreach (ThemeOption::constructFields($section['id']) as $field) <x-core::form-group class="{{ $errors->has($field['attributes']['name'] ?? $field['id']) ? 'has-error' : null }}" > <x-core::form.label :for="$field['id']" :label="$field['label']" /> {!! ThemeOption::renderField($field) !!} @if (array_key_exists('helper', $field)) <small class="form-hint">{!! BaseHelper::clean($field['helper']) !!}</small> @endif </x-core::form-group> @endforeach </div> @endforeach </div> </div> </x-core::card.body> <x-core::card.footer> <div class="btn-list justify-content-end align-items-center"> {!! apply_filters(THEME_OPTIONS_ACTION_META_BOXES, null, THEME_OPTIONS_MODULE_SCREEN_NAME) !!} <x-core::button type="submit" color="primary" > {{ trans('packages/theme::theme.save_changes') }} </x-core::button> </div> </x-core::card.footer> </x-core::form> </x-core::card> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 3.45 |
proxy
|
phpinfo
|
Settings