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