@extends('layouts.admin') @section('title', __('Edit') . ' — ' . $page->title) @section('mobile_title', __('Edit page')) @section('content')
← {{ __('Back to pages') }}

{{ __('Edit page') }}

{{ __('Public URL') }}: {{ url('/r/'.$page->slug) }}

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