@props([ 'title' => null, 'name', 'required' => false, 'symbol' => '', 'options' => [], 'formGroup' => true, 'extra_action' => false, 'extra_action_text' => '', 'extra_action_name' => '', 'extra_action_title' => '', 'modal' => false, 'modalComponentName' => '', 'modalComponentExtraParams' => [], 'input_group' => false, 'input_group_text' => '', 'wireIgnore' => false, ])
@if (!empty($title)) @if ($extra_action) {!! $extra_action_text !!} @endif @endif @if ($input_group && !empty($input_group_text))
{{ $input_group_text }}
@else
@endif @if ($errors->has($name))
{{ $errors->first($name) }}
@endif