Deploy Ladill Queue / deploy (push) Successful in 32s
Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
367 B
PHP
12 lines
367 B
PHP
@props(['title' => 'Settings', 'description' => null])
|
|
|
|
<div {{ $attributes->merge(['class' => 'mx-auto max-w-3xl space-y-6']) }}>
|
|
<div>
|
|
<h1 class="text-2xl font-semibold text-slate-900">{{ $title }}</h1>
|
|
@if ($description)
|
|
<p class="mt-1 text-sm text-slate-500">{{ $description }}</p>
|
|
@endif
|
|
</div>
|
|
{{ $slot }}
|
|
</div>
|