@extends('layouts.admin') @section('title', __('New page')) @section('mobile_title', __('New page')) @section('content')

{{ __('Create page') }}

{{ __('Form will be added in Step 8.') }}

@endsection