@include('layouts.header')
Form Components
Add User
{{ csrf_field() }}
E-mail
*
Country
*
Select Country
Australia
China
Hong Kong
India
Indonesia
Malaysia
Singapore
contact number
*
Password
*
Re:password
*
full name
*
Credit Amount
*
@if(Session::has('role'))
{{$val=Session::get('role')}}
@if($val=="Super Admin" || $val=="root")
Select Multi Role
*
Super Admin
Principle
Admin
Agent
Public User
@elseif($val=="Admin")
Select Multi Role
*
Agent
Public User
@endif @endif
Submit