@extends('layouts.admin') @section('title', 'Global Settings') @section('content')

Global Settings

Enterprise platform control and search optimization.

Unsaved State
@if(session('success'))

Success

{{ session('success') }}

@endif
@foreach([ 'platform' => ['icon' => 'server', 'label' => 'Platform'], 'landing' => ['icon' => 'palette', 'label' => 'Landing'], 'seo' => ['icon' => 'search', 'label' => 'SEO & Stats'], 'bot' => ['icon' => 'robot', 'label' => 'Bot Features'], 'plans' => ['icon' => 'layer-group', 'label' => 'Plans'] ] as $id => $data) @endforeach
@csrf

Unsaved Configurations

Ready to commit platform updates

@endsection @push('scripts') @endpush