@if($form)

{{\App\CPU\translate('Form Info')}}

@if(!$form)

{{\App\CPU\translate('There are no requirements')}}

@else @foreach($form->details as $key=>$details)
@if($key%2==0)
@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')
phoenix-document.png
Upload complete
@endif {{-- --image start --}}
@endforeach @endif
@endif