@extends('base') @section('content')

{{ trans('entities.chapters_permissions') }}

@include('form/restriction-form', ['model' => $chapter])
@stop