mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-24 10:06:26 +08:00
11 lines
198 B
PHP
11 lines
198 B
PHP
![]() |
@extends('base')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
<div class="container" ng-non-bindable>
|
||
|
<h1>Page Restrictions</h1>
|
||
|
@include('form/restriction-form', ['model' => $page])
|
||
|
</div>
|
||
|
|
||
|
@stop
|