Guest User

Untitled

a guest
Jan 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. @foreach($officersIn as $officer)
  2. <tr>
  3.  
  4.  
  5. <td style="width: 6rem">
  6.  
  7. <input type="hidden" class="form-hidden" value="{{$officer->id}}" name="attend[{{$officer->id}}][1]">
  8.  
  9. <select name="attend[{{ $officer->id }}][2]" id="attend" class="form-control" style="text-align: right;font-weight: bold" required>
  10.  
  11. <option value="enter" disabled>enter</option>
  12.  
  13. <option value="num1">num1</option>
  14. <option value="num2">num2</option>
  15. <option value="num3">num3</option>
  16.  
  17. </select>
Add Comment
Please, Sign In to add comment