@props(['type' => 'text', 'name', 'title', 'required' => false, 'symbol' => '', 'input_group' => false, 'input_group_text' => '', 'extra_action' => false, 'extra_action_text' => '', 'extra_action_name' => '', 'extra_action_title' => '', 'wireIgnore' => false])
@if (!empty($title)) @endif @if ($extra_action) {!! $extra_action_text !!} @endif @if ($input_group && !empty($input_group_text))
merge(['class' => 'form-control']) }}>
{{ $input_group_text }}
@else
merge(['class' => 'form-control']) }}>
@endif @if ($errors->has($name))
{{ $errors->first($name) }}
@endif