@php
$inc = 0;
$total = count($data['featured_categories']);
$counter = 0;
@endphp
@foreach($data['featured_categories'] as $category)
@php
$url = $category->slug;
$inc++;
$counter++;
@endphp
@php
if($inc == 2 && $counter != $total)
{
echo '
';
$inc = 0;
}
@endphp
@endforeach