@extends('header') @section('head') @parent @include('proposals.grapesjs_header') @stop @section('content') {!! Former::open($url) ->method($method) ->onsubmit('return onFormSubmit(event)') ->addClass('warn-on-exit') ->rules([ 'name' => 'required', ]) !!} @if ($template) {!! Former::populate($template) !!} @endif