@extends('layouts.cbt') @section('page-title', 'Pengaturan Sistem') @section('sidebar')@include('components.admin-sidebar')@endsection @section('content')

Informasi Sekolah

@csrf @method('PUT')

Tampilan & Branding

Kustomisasi warna dan logo untuk seluruh sistem (beranda, login, dashboard).

@foreach([ 'brand_color_primary' => 'Warna Utama', 'brand_color_secondary' => 'Warna Sekunder', 'brand_color_accent' => 'Warna Aksen', ] as $field => $label)
@endforeach
@if($branding['logo_url'])
Logo saat ini

Logo custom aktif

@endif
@csrf @method('PUT')
@if($branding['logo_url'])
@csrf @method('PUT')
@endif

Pratinjau Branding

{{ $settings['school_name'] ?: 'Nama Sekolah' }}

{{ $settings['brand_tagline'] }}

Sidebar link aktif

Badge warna

Teks merah brand

Perubahan warna langsung terlihat di pratinjau setelah disimpan. Logo baru muncul setelah upload.

@push('scripts') @endpush @endsection