{{__('Sign Up')}}
@if(isset(allsetting()['signup_text']) && (!empty(allsetting('signup_text'))))
{{allsetting('signup_text')}}
@else
{{__('Hello there, Sign up and Join with Us')}}
@endif
@include('layout.message')
{{ Form::open(['route' => 'userSave']) }}
{{csrf_field()}}
{{ Form::close() }}