@extends('header') @section('onReady') $('input#first_name').focus(); @stop @section('content') {{ Former::open($url)->addClass('col-md-10 col-md-offset-1 main_form')->method($method)->rules(array( 'email' => 'email|required' )); }} @if ($client) {{ Former::populate($client) }} @endif