@extends('User::master') @section('title') SocioBoard | Signup @endsection @section('signup')

Create an account

@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('invalidSocial'))
{{ session('invalidSocial') }}
@endif
{{--
--}} {{--{{ $errors->first('username') }}--}} {{--
--}}
Looks good!
{{ $errors->first('username') }}
{{--
--}} {{--{{ $errors->first('username') }}--}} {{--
--}}
Looks good!
{{-- {{for country code}}--}}
✓ Valid
Looks good!
{{ $errors->first('email_id') }}
Looks good!
{{-- --}}
{{-- --}}

Your password must atleast consist of 1 uppercase 1 lowercase 1 numeric character and 1 special character

{{ $errors->first('passwd') }}
Looks good!
{{-- --}}
{{-- --}} {{--
{{ $errors->first('c_passwd') }}
--}}
Looks good!
{{--
--}} {{----}} {{----}} {{--
--}} {{--
--}} {{----}} {{----}} {{--
--}}
OR

Already a member? Login


All your data is protected
By submitting the form, you accept the Terms Of Use and Privacy Policy

@endsection @section('script') @endsection