@else
@endif
@if($details->type=='image')
is_mandatory==1) required @endif
type="file" class="dropify" name="{{$details->id}}_image"
data-default-file="" accept="image/*"/>
<{{\App\CPU\translate('Only the following formats are allowed: jpeg, jpg, png, gif, svg, webp, avif.')}}/span>
@elseif($details->type=='text')
@elseif($details->type=="input")
is_mandatory==1) required @endif
@if($details->type=='input')
maxlength="{{$details->limit_character}}" @endif type="text"
class="form-control"
placeholder="Word any comment"
id="{{$details->id}}_title"
name="{{$details->id}}_title">
@endif
{{-- --image start --}}
@if($details->type=='image')
@endif
{{-- --image start --}}
{{-- --image start --}}
@if($details->type=='input')
@endif
{{-- --image start --}}