mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
10 lines
254 B
PHP
10 lines
254 B
PHP
{{-- Admin card wrapper with consistent styling --}}
|
|
@props([
|
|
'noPadding' => false,
|
|
])
|
|
|
|
<div {{ $attributes->merge(['class' => 'bg-white dark:bg-gray-800 rounded-xl shadow-sm border border-gray-200 dark:border-gray-700']) }}>
|
|
{{ $slot }}
|
|
</div>
|
|
|