@include('layouts.style')
@include('layouts.nav')
Sign Up
@if(Session::has( 'success' ))
{{ Session::get( 'success' ) }}
@elseif( Session::has( 'warning' ))
{{ Session::get( 'warning' ) }}
@endif
@csrf
Name
{{ $errors->has('name') ? $errors->first('name') : '' }}
Mobile Number
{{ $errors->has('mobile') ? $errors->first('mobile') : '' }}
Email address
{{ $errors->has('email') ? $errors->first('email') : '' }}
Password
{{ $errors->has('password') ? $errors->first('password') : '' }}
Referral Code
{{ $errors->has('referral') ? $errors->first('referral') : '' }}
Register
Already registered?.
Click Here
to login
@include('layouts.footer') @include('layouts.script') {{ session()->put('logged_in','true')}}