@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.cms.pages.edit-title') }} @stop @section('content')
@csrf()
@{{ errors.first('page_title') }}
@{{ errors.first('url_key') }}
{!! __('admin::app.cms.pages.one-col') !!} {!! __('admin::app.cms.pages.two-col') !!} {!! __('admin::app.cms.pages.three-col') !!} @{{ errors.first('html_content') }}
@{{ errors.first('meta_title') }}
@{{ errors.first('meta_keywords') }}
@{{ errors.first('meta_description') }}
@stop @push('scripts') @endpush