2017-08-26 09:36:48 -04:00
|
|
|
@extends('simple-layout')
|
2016-02-28 05:49:41 -05:00
|
|
|
|
2017-08-26 09:36:48 -04:00
|
|
|
@section('toolbar')
|
|
|
|
<div class="col-sm-12 faded">
|
|
|
|
@include('chapters._breadcrumbs', ['chapter' => $chapter])
|
2016-03-05 13:09:21 -05:00
|
|
|
</div>
|
2017-08-26 09:36:48 -04:00
|
|
|
@stop
|
|
|
|
|
|
|
|
@section('body')
|
2016-03-05 13:09:21 -05:00
|
|
|
|
2018-05-28 05:33:38 -04:00
|
|
|
<div class="container">
|
2017-08-26 09:36:48 -04:00
|
|
|
<p> </p>
|
|
|
|
<div class="card">
|
2018-02-17 14:49:00 -05:00
|
|
|
<h3>@icon('lock') {{ trans('entities.chapters_permissions') }}</h3>
|
2017-08-26 09:36:48 -04:00
|
|
|
<div class="body">
|
|
|
|
@include('form/restriction-form', ['model' => $chapter])
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-02-28 05:49:41 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
@stop
|