mirror of https://github.com/4xmen/xshop.git
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.
16 lines
544 B
PHTML
16 lines
544 B
PHTML
1 week ago
|
<section class="GroupDescription live-setting" data-live="{{$data->area_name.'_'.$data->part}}" >
|
||
|
<div class="{{gfx()['container']}} py-3">
|
||
|
<div class="row align-items-center">
|
||
|
<div class="col-md-6">
|
||
|
<h1>
|
||
|
{{$group->name}}
|
||
|
</h1>
|
||
|
{{$group->description}}
|
||
|
</div>
|
||
|
<div class="col-md-6">
|
||
|
<img src="{{$group->imgUrl()}}" alt="{{$group->name}}" class="img-fluid">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|