| 
									
										
										
										
											2015-12-01 06:23:48 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  | <div notification="success" data-autohide class="pos" @if(session()->has('success')) data-show @endif> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |     @icon('check-circle') <span>{!! nl2br(htmlentities(session()->get('success'))) !!}</span> | 
					
						
							| 
									
										
										
										
											2016-03-12 23:52:19 +08:00
										 |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  | <div notification="warning" class="warning" @if(session()->has('warning')) data-show @endif> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |     @icon('info') <span>{!! nl2br(htmlentities(session()->get('warning'))) !!}</span> | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  | <div notification="error" class="neg" @if(session()->has('error')) data-show @endif> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |     @icon('danger') <span>{!! nl2br(htmlentities(session()->get('error'))) !!}</span> | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  | </div> |