@extends('themes::thememtyy.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')
{{ $section_name ?? 'Danh Sách Phim' }}

{{ $section_name ?? 'Danh Sách Phim' }}

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

Không có dữ liệu cho mục này

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