@props(['title' => 'Settings', 'description' => null])
merge(['class' => 'mx-auto max-w-3xl space-y-6']) }}>

{{ $title }}

@if ($description)

{{ $description }}

@endif
{{ $slot }}