@extends('backoffice.layouts.app') @push('styles') @endpush @section('content')
{{-- HEADER --}}
Website Settings
Manage website identity, SEO, media, and maintenance status
View Website
{{-- ALERT --}} @if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif
@csrf
{{-- LEFT --}}
Configuration
Update public website information and assets
{{-- BASIC --}}
Basic Information
@error('title')
{{ $message }}
@enderror
@error('judul')
{{ $message }}
@enderror
@error('deskripsi')
{{ $message }}
@enderror
@error('keyword')
{{ $message }}
@enderror

{{-- SYSTEM --}}
System Configuration
@error('urlweb')
{{ $message }}
@enderror

{{-- MEDIA --}}
Media Assets
{{-- LOGO --}}
Allowed: JPG, PNG, WEBP. Max 2MB.
@error('logo')
{{ $message }}
@enderror @if (!empty($setting->logo))
Current Logo
@endif
{{-- FAVICON --}}
Allowed: PNG, ICO. Max 1MB.
@error('favicon')
{{ $message }}
@enderror @if (!empty($setting->favicon))
Current Favicon
Current Favicon
@endif
{{-- GIF ICON --}}
Allowed: GIF, ICO. Max 1MB.
@error('gificon')
{{ $message }}
@enderror @if (!empty($setting->gificon))
Current Icon
Current GIF Icon
@endif
{{-- RIGHT --}}
{{-- STATUS --}}
Current Status
Website @if ((int) ($setting->statusweb ?? 0) === 1) Maintenance @else Active @endif
Title
{{ $setting->title ?? '-' }}
{{-- NOTES --}}
Notes
  • Changes to logo and favicon apply after saving.
  • Maintenance mode blocks normal visitors.
  • Keep SEO description under 255 characters.
@endsection @push('scripts') @endpush