cms/resources/views/admin/themes/index.blade.php

14 lines
417 B
PHP
Raw Permalink Normal View History

@extends('layouts.admin')
@section('content')
<div id="app"
data-component="ThemeIndex"
data-admin-path="{{ config('cms.admin_path', 'loom') }}"
data-themes="{{ json_encode($themes) }}"
data-active-theme="{{ $activeTheme }}">
<div class="ui active inverted dimmer">
<div class="ui text loader">Loading Themes...</div>
</div>
</div>
@endsection