{{ __('Admin') }} {{ __('Settings') }} {{ __('Site info') }}
@csrf
{{ __('Admin · Public site') }}

{{ __('Site') }} {{ __('info') }}.

{{ __('Contact details and social links shared across the footer, contact, and about pages — edit once, they update everywhere. Page text and colours are edited in the') }} {{ __('Frontend editor') }}.

@php $groupMeta = [ 'Company' => ['eyebrow' => 'company', 'pill' => 'identity'], 'Contact emails' => ['eyebrow' => 'emails', 'pill' => 'reachable'], 'Phone & WhatsApp' => ['eyebrow' => 'phone', 'pill' => 'numbers'], 'Social links' => ['eyebrow' => 'social', 'pill' => 'profiles'], ]; @endphp
@foreach ($groups as $groupName => $fields)
{{ $groupMeta[$groupName]['eyebrow'] ?? 'site' }}

{{ __($groupName) }}

{{ __($groupMeta[$groupName]['pill'] ?? 'site') }}
@foreach ($fields as [$key, $label, $type, $default, $placeholder]) @endforeach
@endforeach