{{$item['label']}}

Xem thêm
@foreach ($item['data'] as $movie) @include('themes::themedy.inc.section.movie_card') @endforeach

Top

@php $key =0; @endphp @foreach ($item['topview'] as $movie) @php $key++; switch ($key) { case 1: $class_top = 'top-1'; break; case 2: $class_top = 'top-2'; break; case 3: $class_top = 'top-3'; break; default: $class_top = ''; break; } @endphp
{{$key}}

{{$movie->name}}

Lượt xem : {{$movie->view_total}}

@endforeach