@foreach(range(1, $shortcode->quantity) as $i)
@php $url = $shortcode->{"url_$i"}; @endphp <{{ $url ? 'a' : 'div' }} @if($url) href="{{ $shortcode->{"url_$i"} }}" @endif class="tpservicesitem d-flex align-items-center mb-30">
{{ $shortcode->{

{{ $shortcode->{"title_$i"} }}

{{ $shortcode->{"description_$i"} }}

@endforeach