BookStackApp/BookStack

View on GitHub
resources/views/exports/page.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('layouts.export')

@section('title', $page->name)

@section('content')
    @include('pages.parts.page-display')

    <hr>

    <div class="text-muted text-small">
        @include('exports.parts.meta', ['entity' => $page])
    </div>
@endsection