Extract the shield mark into reusable brand-icon/brand-mark components and use them in the app shell, auth layout, and marketing nav/footer. Align the palette on emerald (badges, selection, dark zinc-950 body), and add a subtle grid/glow backdrop to the app layout. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
9 lines
169 B
PHP
9 lines
169 B
PHP
@props([
|
|
'status',
|
|
])
|
|
|
|
@if ($status)
|
|
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-emerald-600']) }}>
|
|
{{ $status }}
|
|
</div>
|
|
@endif
|