@lang('common.sl') | @lang('common.title') | @lang('common.type') | @lang('style.colors') | @lang('style.Background') | @lang('common.status') | {{ __('common.action') }} |
---|---|---|---|---|---|---|
{{ $loop->index +1 }} | {{ $theme->title }} | {{ __('style.' . $theme->color_mode) }} |
@foreach ($theme->colors as $color)
{{ __('style.' . $color->name) }}
: {{ @$color->pivot->value }}
|
@if (@$theme->background_type == 'image')
|
@if (@$theme->is_default == 1) @lang('common.active') @else @if(userPermission("themes.default")) @if (env('APP_SYNC')) @lang('style.Make Default') @else @lang('style.Make Default') @endif @endif @endif |
|