@extends('layouts.admin') @section('title', $page->title.' — '.config('app.name')) @section('page_title', $page->title) @section('breadcrumbs') @endsection @section('content')
@csrf @method('PUT')
@include('admin.cms.releases._form', [ 'page' => $page, 'products' => $products, 'help' => 'Edit this year only. To ship a new year, duplicate it instead of changing the slug.', ])
@endsection @include('admin.cms.releases._form-script')