theme-mtyy/resources/views/thememtyy/inc/section/section_thumb.blade.php
Clemencia John 5b66dae4a9 first commit
2026-04-20 23:23:59 -07:00

19 lines
650 B
PHP

<div class="box-width tv4 wow fadeInUp">
<div class="title top10">
<h4 class="title-h cor4">
<a target="_self" href="{{$item['link']}}" class="ds-line22 more">
<span>{{$item['label']}}</span>
<span class="this-get">
<i class="this-hide">Xem thêm</i>
<i class="fa ds-jiantouyou"></i>
</span>
</a>
</h4>
</div>
<div class="flex wrap border-box public-r hide-b-16">
@foreach ($item['data'] as $movie)
@include('themes::thememtyy.inc.section.movie_card')
@endforeach
</div>
</div>