@extends('admin.layouts.app')
@section('title', 'Manage Page')
@section('content')
{{ $page->name }} - Sections
Page type: {{ $page->page_type }}
@if($isDedicated)
This is a dedicated module page (Events/Success Stories). Manage it from its own module CMS, not from Section Manager.
@else
@endif
@endsection