@extends('layouts.guest') @section('content')
{!! Html::image('img/u234.png') !!}

Begin by Creating an Account

{!! Form::open(['url' => action('Auth\RegisterController@register')]) !!} {!! Form::hidden('product_signup', $product) !!} {!! Form::hidden('remember', 1) !!} {!! Form::close() !!}
@endsection @section('page_script') @endsection