mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
6 lines
303 B
PHP
6 lines
303 B
PHP
<div class="inline-block relative w-64">
|
|
<select {{ $attributes->merge(['class' => 'block appearance-none w-full bg-white border border-gray-400 hover:border-gray-500 px-4 py-2 pr-8 rounded shadow leading-tight focus:outline-none focus:shadow-outline']) }}>
|
|
{{ $slot }}
|
|
</select>
|
|
</div>
|