@extends('admin.layout') @section('title', 'Pengaturan') @section('content')

Pengaturan

Ubah teks portal, WhatsApp, dan konten halaman publik tanpa mengubah kode.

@csrf @method('PUT')

Logo Browser (Favicon)

Ikon kecil di tab browser. Disarankan PNG/ICO kotak, minimal 32×32 atau 64×64 px.

@if ($faviconUrl)
Favicon
@endif

Kontak WhatsApp

Akun Sosial Media

Tampil di beranda (bawah teks “Mulai dari…”) dan footer. Isi username atau URL lengkap.

Identitas & Beranda

Halaman Paket

Halaman Template

@if ($errors->any())
@endif
@if ($whatsappNumber && ($wa = \App\Models\Setting::whatsappUrl())) Tes WhatsApp @endif Lihat Portal
@endsection