mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
7 lines
317 B
PHP
7 lines
317 B
PHP
{{-- Dense action/filter bar for admin list pages --}}
|
|
<div {{ $attributes->merge(['class' => 'px-4 sm:px-6 py-3 bg-gray-50 dark:bg-gray-900 border-b border-gray-200 dark:border-gray-700']) }}>
|
|
<div class="flex flex-col gap-3 lg:flex-row lg:items-center lg:justify-between">
|
|
{{ $slot }}
|
|
</div>
|
|
</div>
|