@extends('themes::themekiss.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')

{{ $section_name }}

@include('themes::themekiss.inc.catalog_filter')
{{ $data->appends(request()->all())->links('themes::themekiss.inc.pagination') }}
@endsection @push('scripts') @endpush