mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
9 lines
216 B
PHP
9 lines
216 B
PHP
{{-- Admin card wrapper with consistent styling --}}
|
|
@props([
|
|
'noPadding' => false,
|
|
])
|
|
|
|
<div {{ $attributes->merge(['class' => 'admin-card surface-panel rounded-2xl border shadow-sm']) }}>
|
|
{{ $slot }}
|
|
</div>
|