8 lines
		
	
	
		
			320 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			320 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @stack('footer_start')
 | |
|     <footer class="footer pt-0">
 | |
|         <div class="copyright text-left text-lg-left text-muted">
 | |
|             <strong>{{ trans('footer.powered') }}</strong>: <a href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
 | |
|         </div>
 | |
|     </footer>
 | |
| @stack('footer_end')
 |