restrictions.blade.php 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 @extends('base') @section('content') <div class="container" ng-non-bindable> <h1>Chapter Restrictions</h1> @include('form/restriction-form', ['model' => $chapter]) </div> @stop