@extends('layouts.app') @section('style') {{-- --}} @stop @section('content')

Twitter Bootstrap Wizard Plugin

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.

For more info please check out the official documentation

Form Wizard - Step 1 of 2
Yuhuuu! This seems pretty damn simple
{{Form::open(['route'=>'account.store','method'=>'post','class'=> 'form-horizontal','id'=>'account-form'])}}

Provide your account details





Ribbon Border

Duis mollis, est non commodo luctus, nisi erat porttitor ligula

@{{description}}

Provide your profile details

{{Form::text('name',null,['class'=>'form-control'])}}
{{Form::textarea('description',null,['class'=>'form-control','rows'=>'3'])}}
{!! Form::close() !!}
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif @endsection @push('scripts') @endpush