wish-list.blade.php-- 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. @extends('views.layouts.master')
  2. @section('content')
  3. <!--=====================================
  4. BANNER PART START
  5. =======================================-->
  6. <section class="inner-section single-banner" style="background: url(images/single-banner.jpg) no-repeat center;">
  7. <div class="container">
  8. <h2>wishlist</h2>
  9. <ol class="breadcrumb">
  10. <li class="breadcrumb-item"><a href="index.html">Home</a></li>
  11. <li class="breadcrumb-item active" aria-current="page">wishlist</li>
  12. </ol>
  13. </div>
  14. </section>
  15. <!--=====================================
  16. BANNER PART END
  17. =======================================-->
  18. <!--=====================================
  19. WISHLIST PART START
  20. =======================================-->
  21. <section class="inner-section wishlist-part">
  22. <div class="container">
  23. <div class="row">
  24. <div class="col-lg-12">
  25. <div class="table-scroll">
  26. <table class="table-list">
  27. <thead>
  28. <tr>
  29. <th scope="col">Serial</th>
  30. <th scope="col">Product</th>
  31. <th scope="col">Name</th>
  32. <th scope="col">Price</th>
  33. <th scope="col">description</th>
  34. <th scope="col">status</th>
  35. <th scope="col">shopping</th>
  36. <th scope="col">action</th>
  37. </tr>
  38. </thead>
  39. <tbody>
  40. <tr>
  41. <td class="table-serial"><h6>01</h6></td>
  42. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
  43. <td class="table-name"><h6>product name</h6></td>
  44. <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
  45. <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
  46. <td class="table-status"><h6 class="stock-out">stock out</h6></td>
  47. <td class="table-shop">
  48. <button class="product-add" title="Add to Cart">add to cart</button>
  49. <div class="product-action">
  50. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  51. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  52. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  53. </div>
  54. </td>
  55. <td class="table-action">
  56. <a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a>
  57. <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td class="table-serial"><h6>02</h6></td>
  62. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
  63. <td class="table-name"><h6>product name</h6></td>
  64. <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
  65. <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
  66. <td class="table-status"><h6 class="stock-in">stock in</h6></td>
  67. <td class="table-shop">
  68. <button class="product-add" title="Add to Cart">add to cart</button>
  69. <div class="product-action">
  70. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  71. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  72. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  73. </div>
  74. </td>
  75. <td class="table-action">
  76. <a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a>
  77. <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td class="table-serial"><h6>03</h6></td>
  82. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
  83. <td class="table-name"><h6>product name</h6></td>
  84. <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
  85. <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
  86. <td class="table-status"><h6 class="stock-out">stock out</h6></td>
  87. <td class="table-shop">
  88. <button class="product-add" title="Add to Cart">add to cart</button>
  89. <div class="product-action">
  90. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  91. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  92. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  93. </div>
  94. </td>
  95. <td class="table-action">
  96. <a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a>
  97. <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td class="table-serial"><h6>04</h6></td>
  102. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
  103. <td class="table-name"><h6>product name</h6></td>
  104. <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
  105. <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
  106. <td class="table-status"><h6 class="stock-in">stock in</h6></td>
  107. <td class="table-shop">
  108. <button class="product-add" title="Add to Cart">add to cart</button>
  109. <div class="product-action">
  110. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  111. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  112. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  113. </div>
  114. </td>
  115. <td class="table-action">
  116. <a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a>
  117. <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a>
  118. </td>
  119. </tr>
  120. <tr>
  121. <td class="table-serial"><h6>05</h6></td>
  122. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
  123. <td class="table-name"><h6>product name</h6></td>
  124. <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
  125. <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
  126. <td class="table-status"><h6 class="stock-out">stock out</h6></td>
  127. <td class="table-shop">
  128. <button class="product-add" title="Add to Cart">add to cart</button>
  129. <div class="product-action">
  130. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  131. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  132. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  133. </div>
  134. </td>
  135. <td class="table-action">
  136. <a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a>
  137. <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a>
  138. </td>
  139. </tr>
  140. </tbody>
  141. </table>
  142. </div>
  143. </div>
  144. </div>
  145. <div class="row">
  146. <div class="col-lg-12">
  147. <div class="text-center mt-5">
  148. <button class="btn btn-outline">
  149. Load more items
  150. </button>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </section>
  156. <!--=====================================
  157. WISHLIST PART END
  158. =======================================-->
  159. @endsection