@props(['label'=>'', 'labelautosize'=>'false', 'model'=>'', 'inline'=>'true', 'live'=>'false'])
{{-- Label input --}}
@if($label!='')
@if($labelautosize=='true')
@else
@endif
@endif
{{-- Mengatur class input --}}
@php($input_class = "w-full pl-4 pl-2 pr-8 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")
{{-- Menampilkan input --}}
{{-- Menampilkan pesan error --}}
@error($model)
{{ $message }}
@enderror