@extends('simple-layout') @section('toolbar')
@stop @section('body')

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

@include('chapters/form')
@stop