@extends('themes::themehhtq.layout') @php $years = Cache::remember('all_years', \Backpack\Settings\app\Models\Setting::get('site_cache_ttl', 5 * 60), function () { return \VsMov\Core\Models\Movie::select('publish_year') ->distinct() ->pluck('publish_year') ->sortDesc(); }); @endphp @section('content')
Thu gọn

Lọc Phim

{{$section_name}}

@if (count($data))
    @foreach ($data as $movie)
  • @include('themes::themehhtq.inc.movie_card')
  • @endforeach
@else

Không tìm thấy phim trong mục này

@endif {{ $data->appends(request()->all())->links('themes::themehhtq.inc.pagination') }}
@endsection