Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsjet-saas/Source/resources/views/components/lw/
Upload File :
Current File : /home/users/unlimited/www/whatsjet-saas/Source/resources/views/components/lw/input.blade.php

@props([
'label' => null
])

@if($label)
<label class="block font-medium text-sm text-gray-700">
    {{ $label }}
    <input {!! $attributes->merge(['class' => 'form-input rounded-md shadow-sm', 'type' => "text"]) !!}>
</label>
@else
<input {!! $attributes->merge(['class' => 'form-input rounded-md shadow-sm', 'type' => "text"]) !!}>
@endif