Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <table class="table table-bordered table-responsive">
  2. <thead>
  3. <tr>
  4. <th>Identifying leases</th>
  5. <th>Q1*</th>
  6. <th>Q2*</th>
  7. <th>Q3*</th>
  8. <th>Q4*</th>
  9. <th>Q5*</th>
  10. <th>Contact contain a lease or not</th>
  11. </tr>
  12. @if(!empty($get_contract))
  13. @foreach($get_contract as $key => $contract)
  14.  
  15. <tr>
  16. <th>Identifying leases</th>
  17. <th>
  18. <select class="sel_item_specify" name="q1" id="q1">
  19. <option selected disabled>Select</option>
  20. <option value="1">YES</option>
  21. <option value="2">NO</option>
  22. </select>
  23. </th>
  24. <th>
  25. <select class="sel_item_specify" name="q1" id="q1">
  26. <option selected disabled>Select</option>
  27. <option value="1">YES</option>
  28. <option value="2">NO</option>
  29. </select>
  30. </th>
  31. <th>
  32. <select class="sel_item_specify" name="q1" id="q1">
  33. <option selected disabled>Select</option>
  34. <option value="1">YES</option>
  35. <option value="2">NO</option>
  36. </select>
  37. </th>
  38. <th>
  39. <select class="sel_item_specify" name="q1" id="q1">
  40. <option selected disabled>Select</option>
  41. <option value="1">YES</option>
  42. <option value="2">NO</option>
  43. </select>
  44. </th>
  45. <th>
  46. <select class="sel_item_specify" name="q1" id="q1">
  47. <option selected disabled>Select</option>
  48. <option value="1">YES</option>
  49. <option value="2">NO</option>
  50. </select>
  51. </th>
  52. <th></th>
  53.  
  54. </tr>
  55. @endforeach
  56. @endif
  57. </thead>
  58. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement