@extends('layouts.app') @section('title', 'Pengaturan Tema') @section('content')

Pengaturan Tema

Kelola dan ubah tampilan dashboard sesuai preferensi Anda

Buat Tema Baru
@if(session('success')) @endif @if(session('error')) @endif
@foreach($themes as $theme)
{{ $theme->display_name }} @if($theme->is_active) Aktif @endif @if($theme->is_default) Default @endif

{{ $theme->description }}

Primary
Secondary
Success
Warning
@endforeach
Tema Responsif

Semua tema dioptimalkan untuk berbagai ukuran layar

Preview Real-time

Lihat pratinjau tema sebelum mengaktifkannya

Auto Save

Preferensi tema tersimpan otomatis untuk setiap user

@endsection