@extends('adminlte::page') @section('title', __('title.themes')) @section('content_top_nav_right') @endsection @section('content_header') @stop @section('plugins.Flag', true) @section('plugins.Datatables', true) @section('plugins.Pace', true) @section('plugins.Toastr', true) @section('plugins.Sweetalert2', true) @section('content')
@php $nop = 1; @endphp @foreach($dirs as $dir)
@if (config('settings.current_theme') != Str::slug(\App\Helpers\SettingHelper::getThemeName($dir))) @endif @if (config('settings.current_theme') != Str::slug(\App\Helpers\SettingHelper::getThemeName($dir))) @endif
{{ \App\Helpers\SettingHelper::getThemeName($dir) }}
@php $nop++; @endphp @endforeach
@stop @push('css') @endpush @push('js') @include('layouts.partials._switch_lang') @if(session('success')) @endif @endpush @section('footer') @include('layouts.partials._footer') @stop