2021-08-22 14:15:58 +02:00
|
|
|
@extends('layouts.export')
|
2016-01-31 18:53:30 +01:00
|
|
|
|
2021-05-05 00:15:05 +02:00
|
|
|
@section('title', $page->name)
|
2020-02-15 16:34:06 +01:00
|
|
|
|
2021-05-05 00:15:05 +02:00
|
|
|
@section('content')
|
2021-08-22 14:15:58 +02:00
|
|
|
@include('pages.parts.page-display')
|
2020-02-15 16:34:06 +01:00
|
|
|
|
2021-05-05 00:15:05 +02:00
|
|
|
<hr>
|
2019-04-07 10:57:48 +02:00
|
|
|
|
2021-05-05 00:15:05 +02:00
|
|
|
<div class="text-muted text-small">
|
2021-08-22 14:15:58 +02:00
|
|
|
@include('entities.export-meta', ['entity' => $page])
|
2016-01-31 18:53:30 +01:00
|
|
|
</div>
|
2021-05-05 00:15:05 +02:00
|
|
|
@endsection
|