You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/groups/GridGroup/GridGroup.blade.php

19 lines
783 B
PHTML

<section class='GridGroup live-setting' data-live="{{$data->area_name.'_'.$data->part}}">
<div class="{{gfx()['container']}}">
<div class="grid-grp-container">
@foreach(getGroupsSet($data->area_name.'_'.$data->part.'_groups') as $group)
<div class="grid-grp-item">
<i class="ri-quote-text"></i>
<a href="{{$group->webUrl()}}">
<img src="{{$group->imgUrl()}}" alt="{{$group->name}}">
<h3>
{{$group->name}}
</h3>
</a>
{{-- <img src="{{$clip->imgUrl()}}" alt="">--}}
</div>
@endforeach
</div>
</div>
</section>