@extends('adminlte::page') @section('title', 'Edit Page') @section('content_header')

Edit Page

@if( isDefaultPage($page->id) )

View Page

@else

View Page

@endif
@stop @section('content') @include('notifications')
{{ csrf_field() }} {{ method_field('PATCH') }}

Page Details

SEO Settings

Featured Image

@include('backend.components.media-input', ['value' => 'featured_image', 'image' => isset($page->getFirstMedia('featured-image')->id) ? $page->getFirstMedia('featured-image')->id : null])
Back
@stop @section('plugins.jQuery-UI', true) @section('plugins.Select2', true) @section('plugins.Summernote', true) @section('plugins.BootstrapSwitch', true) @section('adminlte_js') @stop