{{-- Name: referrer.partials.createForm Author: JH2 Created: 2016-08-03 --}} @extends('partials.box') @section($content_id) {!! Form::model(new Referrer, ['method' => 'POST', 'class' => 'form-horizontal', 'autocomplete' => 'off', 'route' => ['admin.referrer.store']]) !!}