@include('helpers.form_control', [ 'type' => 'text', 'name' => 'subject', 'value' => $page->subject, 'rules' => ['subject' => 'subject']]) @if ($layout->alias == 'sign_up_form')