3 <div class="form-group title-input">
4 <label for="name">Chapter Name</label>
5 @include('form/text', ['name' => 'name'])
7 <div class="form-group description-input">
8 <label for="description">Description</label>
9 @include('form/textarea', ['name' => 'description'])
11 <button type="submit" class="button pos">Save</button>