@extends('layouts.admin') @section('page-title', 'Pengaturan Portal') @section('content')
{{-- Global Settings --}}
@csrf

Pengaturan Global Portal

Kontak Global

Analytics

{{-- Brand Quick Links --}}

Pengaturan per Brand

Konfigurasi kontak, sosial media, dan pengaturan spesifik tiap brand.

@foreach ($brands as $brand) 🌐 {{ $brand->name }} @endforeach
@endsection