@extends('twill::layouts.form') @section('contentFields') @formField('input', [ 'name' => 'answer', 'type' => 'textarea', 'label' => 'Description', 'translated' => true, ]) @stop