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