@extends('layouts.admin') @section('title', 'New release year — '.config('app.name')) @section('page_title', 'New release year') @section('breadcrumbs') @endsection @section('content')
@csrf
@include('admin.cms.releases._form', [ 'page' => $page, 'products' => $products, 'help' => $source ? 'Copied from '.$source->title.'. The original year stays published at '.$source->publicPath().'.' : 'The previous year stays on its own URL. Check “Current releases page” when this year should appear on Home.', ])
@endsection @include('admin.cms.releases._form-script')