@extends('header') @section('head') @parent @stop @section('content') {!! Former::open($url) ->method($method) ->id('mainForm') ->rules([ 'name' => 'required', ]) !!} @if ($template) {!! Former::populate($template) !!} @endif {!! Former::text('public_id') !!}