You've already forked lubo_comment_query
							
							
		
			
				
	
	
		
			16 lines
		
	
	
		
			584 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			584 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <html lang="zh">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>录播节目点播信息维护</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <link href="{{ mix('/css/app.css') }}" rel="stylesheet"/>
 | |
| </head>
 | |
| <body>
 | |
| @include("common.header")
 | |
| <a href="{{route("program.construct.append.add", ["program"=>$program->id])}}">新增</a>
 | |
| <a href="{{route("program.construct.append.copy", ["program"=>$program->id])}}">复制常驻留言</a>
 | |
| <x-appends.append_list :appends="$appends"></x-appends.append_list>
 | |
| @include("common.footer")
 | |
| </body>
 | |
| </html>
 |