@if (($readonly ?? false) || ($disabled ?? false)) @include('components.form.input') @else @include('components.form.label')
@include('components.form.input', [ 'type' => 'text', 'class' => $class ?? ' datepicker', 'meta' => 'data-target="#' . ($id_name ?? str_slug($name, '-')) . '"', 'placeholder' => $placeholder ?? App\Repositories\Core\DateTime::getLocaleFormatDate(), 'label' => false, ])
@endif @include('load.form.datepicker')