mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 14:29:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | @if ($message = Session::get('success')) | ||
|  |     <div class="alert alert-success" role="alert"> | ||
|  |         <p class="my-1">{{ $message }}</p> | ||
|  |     </div> | ||
|  | @endif |