Files
newznab-tmux/resources/views/components/input.blade.php
T
2024-04-08 20:38:46 +02:00

2 lines
163 B
PHP

<input {{ $attributes->merge(['type' => 'text', 'class' => 'px-3 py-1 border-gray-300 focus:border-blue-500 focus:ring-blue-500 rounded-md border shadow-sm']) }}>