@props([ 'label' => null, 'for' => null, 'help' => null, 'optional' => false, 'errorKey' => null, ]) @php($key = $errorKey ?? $for)
merge(['class'=>'form-group']) }}> @if($label) @endif
{{ $slot }}
@if($help)

{!! $help !!}

@endif @if($key && $errors->has($key))

{{ $errors->first($key) }}

@endif