@props(['label'=>'', 'model'=>'', 'inline'=>'true', 'live'=>'false'])
@if($label!='')
@endif
@php($input_class = "w-full px-4 py-2 shadow-sm border rounded-md border-gray-300
dark:bg-gray-700 dark:border-gray-600 dark:text-white
focus:outline-none focus:border-none focus:ring focus:ring-gray-600 dark:focus:ring-gray-600")
merge(['class' => $input_class]) }}
autocomplete="off" />
@error($model)
{{ $message }}
@enderror