@extends('setup.index') @section('title', 'Content Settings') @section('setting_page') @include('setup.partials.action_toolbar', ['title' => $content->title])
{{ csrf_field() }} {{ method_field('PATCH') }}
@endsection @section('innerPageJS') @endsection