@extends('export-layout') @section('title', $page->name) @section('content') @include('pages.page-display')
@include('partials.entity-export-meta', ['entity' => $page])
@endsection