@extends('themes::september.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('breadcrumb') @endsection @section('content') @include('themes::september.inc.catalog_filter')

{{ $section_name }}

@if (count($data))
@foreach ($data ?? [] as $movie) {{ $movie->name ?? '' }}
{{ $movie->name }}
{{ $movie->origin_name }} ({{ $movie->publish_year }})
{{ $movie->episode_current }}
@endforeach
@else

Rất tiếc, không có nội dung nào trùng khớp yêu cầu.

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