@if ( !empty($title) )@endif @if(!empty($option)&&!empty($max)) @if(empty($min)) @for($i=0;$i<$max;$i++) @endfor @else @for($i=$min;$i<$max;$i++) @endfor @endif @endif