@php $type = $type ?? 'text'; @endphp
@if(isset($type) && $type !== 'hidden') @endif @if(isset($info)) {!! $info !!} @endif