@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.cms.pages.edit-title') }} @stop @section('content')
get('locale') ?: app()->getLocale(); ?>
@csrf()
@{{ errors.first('{!!$locale!!}[page_title]') }}
channels->pluck('id')->toArray() ?> @{{ errors.first('channels[]') }}
@{{ errors.first('{!!$locale!!}[html_content]') }}
@{{ errors.first('{!!$locale!!}[url_key]') }}
@stop @push('scripts') @endpush