<input type="hidden" name="_method" value="PUT">
<div class="form-group">
- @include('form/checkbox', ['name' => 'restricted', 'label' => 'Restrict this page?'])
+ @include('form/checkbox', ['name' => 'restricted', 'label' => 'Restrict this ' . $model->getClassName()])
</div>
<table class="table">
@endforeach
</table>
+ <a href="{{ $model->getUrl() }}" class="button muted">Cancel</a>
<button type="submit" class="button pos">Save Restrictions</button>
</form>
\ No newline at end of file