@extends('layouts.frontend') @section('content')

{{ Lang::get('core.Register') }}

{!! Form::open(array('url'=>'user/create', 'class'=>'form-signup','id'=>'register-form', 'autocomplete'=>'off')) !!} @if(Session::has('message')) {!! Session::get('message') !!} @endif
{!! Form::hidden('social_id', $social_id); !!} {!! Form::hidden('social_type', $social_type); !!} {!! Form::hidden('social_avatar',$socialavatar)!!}
{!! Form::close() !!}
@stop