@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.cms.pages.add-title') }} @stop @section('content')
@csrf()
@{{ errors.first('page_title') }}
@{{ errors.first('url_key') }}
@inject('channels', 'Webkul\Core\Repositories\ChannelRepository') @inject('locales', 'Webkul\Core\Repositories\LocaleRepository')
@{{ errors.first('channels[]') }}
@{{ errors.first('locales[]') }}
{!! __('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') }}
{{--

{{ __('admin::app.cms.pages.helper-classes') }}

@include('ui::partials.helper-classes')
--}} @stop @push('scripts') @endpush