@if(Session::has('success'))
                    
                        
                        Alert! Success.
                        
                        {{Session::get('success')}}
                    
                    @endif
                    
                    @if(Session::has('fails'))
                    
                        
                        Alert! Failed.
                        
                        {{Session::get('fails')}}
                    
                    @endif
		
	        
	        
	         
	        	User Information
	        	{{ $user->user_name }}
	        	{{ $user->primary_dpt }}
	        	{{ $user->assign_group }}
	        	{{ $user->ext }}{{ $user->phone_number }}
				Contact Information
	        	{{ $user->mobile }}
	        	{{ $user->company }}
	        	{{ $user->agent_tzone }}
	        	{{ $user->role }}