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