@extends('master') @section('head') @stop @section('body') {{ Form::open(array('url' => 'get_started', 'id' => 'startForm')) }} {{ Form::hidden('guest_key') }} {{ Form::close() }} @yield('content') @stop