@extends('layouts.admin') @section('title', __('Edit') . ' — ' . $page->title) @section('mobile_title', __('Edit')) @section('content')

{{ __('Edit page') }}

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

@endsection