You've already forked lubo_comment_query
							
							
		
			
				
	
	
		
			25 lines
		
	
	
		
			613 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			613 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <tr>
 | |
|     <td>
 | |
|         @if($enableEdit)
 | |
|             <a href="{{route("program.construct.append.edit", ["append"=>$append->id])}}">编辑</a>
 | |
|         @endif
 | |
|         <x-links.user_link :name="$append->from" :plt-id="$append->platform_id" :mid="$append->from_mid"></x-links.user_link>
 | |
|     </td>
 | |
|     <td>
 | |
|         @if($append->is_original)
 | |
|             点播
 | |
|         @else
 | |
|             追加
 | |
|         @endif
 | |
|     </td>
 | |
|     <td>
 | |
|         @if($append->is_original)
 | |
|             点播
 | |
|         @else
 | |
|             {{$append->name}}
 | |
|         @endif
 | |
|     </td>
 | |
|     <td>{{$append->price}}</td>
 | |
|     <td>{{$append->append}}</td>
 | |
| </tr>
 |