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