Appearance

Customize the look and feel of your website

@foreach($themes as $theme) $theme->isActivated()]) style="--bg-image: url({{route('admin.appearance.theme.screenshot', $theme->id)}})">

{{$theme->name}} v{{$theme->version}}

{{$theme->description}}

{{$theme->author}}
@if($theme->isActivated())
@csrf
@else
@csrf
@endif
@endforeach