@extends('layouts.app') @section('header-title', __('Add New Page')) @section('content')

{{ __('Add New Page') }}

{{ __('Back') }}
@csrf
@hasPermission('admin.page.generate.AI.data') @endhasPermission
{!! old('content') !!}
@error('content')

{{ $message }}

@enderror
@endsection @push('scripts') @endpush