| 
									
										
										
										
											2022-11-15 19:24:31 +08:00
										 |  |  | <div component="notification" | 
					
						
							|  |  |  |      option:notification:type="success" | 
					
						
							|  |  |  |      option:notification:auto-hide="true" | 
					
						
							|  |  |  |      option:notification:show="{{ session()->has('success') ? 'true' : 'false' }}" | 
					
						
							|  |  |  |      style="display: none;" | 
					
						
							|  |  |  |      class="notification pos" | 
					
						
							|  |  |  |      role="alert"> | 
					
						
							| 
									
										
										
										
											2023-01-22 04:50:04 +08:00
										 |  |  |     @icon('check-circle') <span>@if(session()->has('success')){!! nl2br(htmlentities(session()->get('success'))) !!}@endif</span><div class="dismiss">@icon('close')</div> | 
					
						
							| 
									
										
										
										
											2016-03-12 23:52:19 +08:00
										 |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-15 19:24:31 +08:00
										 |  |  | <div component="notification" | 
					
						
							|  |  |  |      option:notification:type="warning" | 
					
						
							|  |  |  |      option:notification:auto-hide="false" | 
					
						
							|  |  |  |      option:notification:show="{{ session()->has('warning') ? 'true' : 'false' }}" | 
					
						
							|  |  |  |      style="display: none;" | 
					
						
							|  |  |  |      class="notification warning" | 
					
						
							|  |  |  |      role="alert"> | 
					
						
							| 
									
										
										
										
											2023-01-22 04:50:04 +08:00
										 |  |  |     @icon('info') <span>@if(session()->has('warning')){!! nl2br(htmlentities(session()->get('warning'))) !!}@endif</span><div class="dismiss">@icon('close')</div> | 
					
						
							| 
									
										
										
										
											2016-02-07 18:14:11 +08:00
										 |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-15 19:24:31 +08:00
										 |  |  | <div component="notification" | 
					
						
							|  |  |  |      option:notification:type="error" | 
					
						
							|  |  |  |      option:notification:auto-hide="false" | 
					
						
							|  |  |  |      option:notification:show="{{ session()->has('error') ? 'true' : 'false' }}" | 
					
						
							|  |  |  |      style="display: none;" | 
					
						
							|  |  |  |      class="notification neg" | 
					
						
							|  |  |  |      role="alert"> | 
					
						
							| 
									
										
										
										
											2023-01-22 04:50:04 +08:00
										 |  |  |     @icon('danger') <span>@if(session()->has('error')){!! nl2br(htmlentities(session()->get('error'))) !!}@endif</span><div class="dismiss">@icon('close')</div> | 
					
						
							| 
									
										
										
										
											2022-11-15 19:24:31 +08:00
										 |  |  | </div> |