@extends('layouts.app') @section('title', $groupTitle) @section('content')
@switch($group) @case('general') Configure basic platform information and contact details @break @case('payment') Set up payment gateway integrations and API credentials @break @case('api') Configure third-party API integrations and services @break @case('security') Manage security settings and authentication controls @break @case('platform') Configure platform-specific settings and limits @break @case('features') Enable or disable platform features @break @endswitch
{{ $setting->description }}
@if($setting->is_encrypted) •••••••••••• @elseif($setting->type === 'boolean') {{ $setting->value ? 'Enabled' : 'Disabled' }} @else {{ $setting->value ?: 'Not set' }} @endif