classify admin

This commit is contained in:
Husanjonazamov
2026-02-24 12:52:01 +05:00
commit e0f1989655
769 changed files with 1263008 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<input
class="appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
id="{{ $attributes->get('id') }}"
type="{{ $attributes->get('type', 'text') }}"
name="{{ $attributes->get('name') }}"
value="{{ $attributes->get('value') }}"
{{ $attributes->merge(['required' => $attributes->get('required', false) ? 'required' : null ]) }}
aria-label=""
>