From dd1178ee1662c03844d4ad58607413d8cbc63325 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 10 Mar 2014 19:19:47 +0200 Subject: [PATCH] merging changes --- app/views/about_us.blade.php | 51 ++++++++++++++++++++++------------ app/views/contact_us.blade.php | 49 +++++++++++++++++--------------- 2 files changed, 61 insertions(+), 39 deletions(-) diff --git a/app/views/about_us.blade.php b/app/views/about_us.blade.php index d1f51a43450c..f5efb7fdea2a 100644 --- a/app/views/about_us.blade.php +++ b/app/views/about_us.blade.php @@ -9,28 +9,41 @@ @stop @section('body') - + +{{ Form::open(array('url' => 'get_started', 'id' => 'startForm')) }} +{{ Form::hidden('guest_key') }} +{{ Form::close() }} + + +