@props([ 'col' => 'col-md-12', 'label' => '', 'for' => '', 'class' => '', 'required' => '', 'info' => '', ])
{{ $slot }} @if ($info)
{!! $info !!}
@endif @if ($for && $errors->has($for))
{{ $errors->first($for) }}
@endif