restrictions.blade.php 198 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>Book Restrictions</h1> @include('form/restriction-form', ['model' => $book]) </div> @stop