@extends('layout.app') @section('title', 'Pengaturan Dashboard - Sistem Manajemen ISP') @php use Illuminate\Support\Facades\Storage; @endphp @section('content')
@if(session('success')) @endif @if(session('error')) @endif

Total Pelanggan

person

Pelanggan Aktif

check_circle

Total Area

map

Total Paket

wifi

@csrf
palette Penampilan Dashboard
@error('dashboard_title')
{{ $message }}
@enderror
@error('theme_color')
{{ $message }}
@enderror
@error('dashboard_subtitle')
{{ $message }}
@enderror
dashboard Komponen Dashboard
show_chart Pengaturan Grafik
@error('chart_type')
{{ $message }}
@enderror
Interval refresh otomatis untuk data real-time @error('refresh_interval')
{{ $message }}
@enderror
settings Pengaturan Tampilan
@error('items_per_page')
{{ $message }}
@enderror
@error('timezone')
{{ $message }}
@enderror
cloud Pengaturan Cuaca
@error('weather_location')
{{ $message }}
@enderror
image Logo & Branding
Format: JPG, PNG, GIF, SVG (Max: 2MB) @if($settings['logo_path'])
@php $logoUrl = getStorageUrl($settings['logo_path']); @endphp Current Logo

Logo saat ini

@endif @error('logo')
{{ $message }}
@enderror
Format: ICO, PNG, JPG (Max: 512KB) @if($settings['favicon_path'])
@php $faviconUrl = getStorageUrl($settings['favicon_path']); @endphp Current Favicon

Favicon saat ini

@endif @error('favicon')
{{ $message }}
@enderror
Preview Dashboard
dashboard
Preview Dashboard

Lihat perubahan pengaturan dashboard secara real-time

Aksi Cepat
@endsection @section('scripts') @endsection