@extends('layouts.admin') @section('title', __('New page')) @section('mobile_title', __('New page')) @section('content')
← {{ __('Back to pages') }}

{{ __('Create pre-registration page') }}

{{ __('After saving, use the pages list to copy the public URL.') }}

@csrf @if ($errors->any()) @endif @include('admin.pages._form', ['page' => null])
{{ __('Cancel') }}
@endsection