@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.cms.pages.edit-title') }} @stop @push('css') @endpush @section('content')
@php $locale = core()->getRequestedLocaleCode(); @endphp
@csrf()
@{{ errors.first('{!!$locale!!}[page_title]') }}