mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-07 10:51:46 +08:00
11 lines
204 B
PHP
11 lines
204 B
PHP
![]() |
@extends('base')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
<div class="container" ng-non-bindable>
|
||
|
<h1>Chapter Restrictions</h1>
|
||
|
@include('form/restriction-form', ['model' => $chapter])
|
||
|
</div>
|
||
|
|
||
|
@stop
|