item-list.blade.php 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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>카테고리1</h2>
  9. <ol class="breadcrumb">
  10. <li class="breadcrumb-item"><a href="index.html">Home</a></li>
  11. <li class="breadcrumb-item active">카테고리1</li>
  12. <li class="breadcrumb-item active" aria-current="page">서브카테고리</li>
  13. </ol>
  14. </div>
  15. </section>
  16. <!--=====================================
  17. BANNER PART END
  18. =======================================-->
  19. <!--=====================================
  20. SHOP PART START
  21. =======================================-->
  22. <section class="inner-section shop-part shop-1-part">
  23. <div class="container">
  24. <div class="row content-reverse">
  25. <div class="col-lg-12">
  26. <div class="row">
  27. <div class="col-lg-12">
  28. <div class="top-filter">
  29. <div class="filter-show">
  30. <label class="filter-label">Show :</label>
  31. <select class="form-select filter-select">
  32. <option value="1">12</option>
  33. <option value="2">24</option>
  34. <option value="3">36</option>
  35. </select>
  36. </div>
  37. <div class="filter-short">
  38. <label class="filter-label">Short by :</label>
  39. <select class="form-select filter-select">
  40. <option selected>default</option>
  41. <option value="3">trending</option>
  42. <option value="1">featured</option>
  43. <option value="2">recommend</option>
  44. </select>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. <div class="row">
  50. <div class="col">
  51. <div class="product-standard">
  52. <div class="standard-label-group">
  53. <label class="standard-label off">-15%</label>
  54. </div>
  55. <div class="standard-media">
  56. <a class="standard-image" href="/item-details">
  57. <img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product">
  58. </a>
  59. <!--
  60. <div class="standard-widget">
  61. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  62. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  63. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  64. </div>
  65. -->
  66. </div>
  67. <div class="standard-content">
  68. <h4 class="standard-name">
  69. <a href="/item-details">fresh green chilis</a>
  70. </h4>
  71. <h5 class="standard-price">
  72. <!--<del>$34</del>-->
  73. <span>000,000,000 원<!--<small>/piece</small>--></span>
  74. </h5>
  75. <!--
  76. <div class="standard-rating">
  77. <i class="active icofont-star"></i>
  78. <i class="active icofont-star"></i>
  79. <i class="active icofont-star"></i>
  80. <i class="active icofont-star"></i>
  81. <i class="icofont-star"></i>
  82. <a href="/item-details">(3)</a>
  83. </div>
  84. -->
  85. <p class="standard-desc">Lorem ipsum dolor sit amet consectetur adipisicing elit molestias quaerat rem ullam ut nam quibusdam labore sed magnam eos Inventore quis corrupti nemo ipsa ratione culpa porro vitae.</p>
  86. <div class="standard-action-group">
  87. <button class="product-add" title="Add to Cart">
  88. <i class="fas fa-shopping-basket"></i>
  89. <span>카트에 담기</span>
  90. </button>
  91. <div class="product-action">
  92. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  93. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  94. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  95. </div>
  96. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  97. <i class="fas fa-heart"></i>
  98. <span>찜하기</span>
  99. </button>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. <div class="col">
  105. <div class="product-standard">
  106. <div class="standard-label-group">
  107. <label class="standard-label new">new</label>
  108. </div>
  109. <div class="standard-media">
  110. <a class="standard-image" href="/item-details">
  111. <img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product">
  112. </a>
  113. <!--
  114. <div class="standard-widget">
  115. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  116. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  117. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  118. </div>
  119. -->
  120. </div>
  121. <div class="standard-content">
  122. <h4 class="standard-name">
  123. <a href="/item-details">fresh green chilis</a>
  124. </h4>
  125. <h5 class="standard-price">
  126. <!--<del>$34</del>-->
  127. <span>000,000,000 원<!--<small>/piece</small>--></span>
  128. </h5>
  129. <!--
  130. <div class="standard-rating">
  131. <i class="active icofont-star"></i>
  132. <i class="active icofont-star"></i>
  133. <i class="active icofont-star"></i>
  134. <i class="active icofont-star"></i>
  135. <i class="icofont-star"></i>
  136. <a href="/item-details">(3)</a>
  137. </div>
  138. -->
  139. <p class="standard-desc">Lorem ipsum dolor sit amet consectetur adipisicing elit molestias quaerat rem ullam ut nam quibusdam labore sed magnam eos Inventore quis corrupti nemo ipsa ratione culpa porro vitae.</p>
  140. <div class="standard-action-group">
  141. <button class="product-add" title="Add to Cart">
  142. <i class="fas fa-shopping-basket"></i>
  143. <span>카트에 담기</span>
  144. </button>
  145. <div class="product-action">
  146. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  147. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  148. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  149. </div>
  150. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  151. <i class="fas fa-heart"></i>
  152. <span>찜하기</span>
  153. </button>
  154. </div>
  155. </div>
  156. </div>
  157. </div>
  158. <div class="col">
  159. <div class="product-standard">
  160. <div class="standard-label-group">
  161. <label class="standard-label sale">sale</label>
  162. </div>
  163. <div class="standard-media">
  164. <a class="standard-image" href="/item-details">
  165. <img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product">
  166. </a>
  167. <!--
  168. <div class="standard-widget">
  169. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  170. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  171. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  172. </div>
  173. -->
  174. </div>
  175. <div class="standard-content">
  176. <h4 class="standard-name">
  177. <a href="/item-details">fresh green chilis</a>
  178. </h4>
  179. <h5 class="standard-price">
  180. <!--<del>$34</del>-->
  181. <span>000,000,000 원<!--<small>/piece</small>--></span>
  182. </h5>
  183. <!--
  184. <div class="standard-rating">
  185. <i class="active icofont-star"></i>
  186. <i class="active icofont-star"></i>
  187. <i class="active icofont-star"></i>
  188. <i class="active icofont-star"></i>
  189. <i class="icofont-star"></i>
  190. <a href="/item-details">(3)</a>
  191. </div>
  192. -->
  193. <p class="standard-desc">Lorem ipsum dolor sit amet consectetur adipisicing elit molestias quaerat rem ullam ut nam quibusdam labore sed magnam eos Inventore quis corrupti nemo ipsa ratione culpa porro vitae.</p>
  194. <div class="standard-action-group">
  195. <button class="product-add" title="Add to Cart">
  196. <i class="fas fa-shopping-basket"></i>
  197. <span>카트에 담기</span>
  198. </button>
  199. <div class="product-action">
  200. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  201. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  202. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  203. </div>
  204. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  205. <i class="fas fa-heart"></i>
  206. <span>찜하기</span>
  207. </button>
  208. </div>
  209. </div>
  210. </div>
  211. </div>
  212. <div class="col">
  213. <div class="product-standard">
  214. <div class="standard-label-group">
  215. <label class="standard-label feat">feature</label>
  216. </div>
  217. <div class="standard-media">
  218. <a class="standard-image" href="/item-details">
  219. <img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product">
  220. </a>
  221. <!--
  222. <div class="standard-widget">
  223. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  224. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  225. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  226. </div>
  227. -->
  228. </div>
  229. <div class="standard-content">
  230. <h4 class="standard-name">
  231. <a href="/item-details">fresh green chilis</a>
  232. </h4>
  233. <h5 class="standard-price">
  234. <!--<del>$34</del>-->
  235. <span>000,000,000 원<!--<small>/piece</small>--></span>
  236. </h5>
  237. <!--
  238. <div class="standard-rating">
  239. <i class="active icofont-star"></i>
  240. <i class="active icofont-star"></i>
  241. <i class="active icofont-star"></i>
  242. <i class="active icofont-star"></i>
  243. <i class="icofont-star"></i>
  244. <a href="/item-details">(3)</a>
  245. </div>
  246. -->
  247. <p class="standard-desc">Lorem ipsum dolor sit amet consectetur adipisicing elit molestias quaerat rem ullam ut nam quibusdam labore sed magnam eos Inventore quis corrupti nemo ipsa ratione culpa porro vitae.</p>
  248. <div class="standard-action-group">
  249. <button class="product-add" title="Add to Cart">
  250. <i class="fas fa-shopping-basket"></i>
  251. <span>카트에 담기</span>
  252. </button>
  253. <div class="product-action">
  254. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  255. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  256. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  257. </div>
  258. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  259. <i class="fas fa-heart"></i>
  260. <span>찜하기</span>
  261. </button>
  262. </div>
  263. </div>
  264. </div>
  265. </div>
  266. <div class="col">
  267. <div class="product-standard">
  268. <div class="standard-label-group">
  269. <label class="standard-label off">-15%</label>
  270. </div>
  271. <div class="standard-media">
  272. <a class="standard-image" href="/item-details">
  273. <img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product">
  274. </a>
  275. <!--
  276. <div class="standard-widget">
  277. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  278. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  279. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  280. </div>
  281. -->
  282. </div>
  283. <div class="standard-content">
  284. <h4 class="standard-name">
  285. <a href="/item-details">fresh green chilis</a>
  286. </h4>
  287. <h5 class="standard-price">
  288. <!--<del>$34</del>-->
  289. <span>000,000,000 원<!--<small>/piece</small>--></span>
  290. </h5>
  291. <!--
  292. <div class="standard-rating">
  293. <i class="active icofont-star"></i>
  294. <i class="active icofont-star"></i>
  295. <i class="active icofont-star"></i>
  296. <i class="active icofont-star"></i>
  297. <i class="icofont-star"></i>
  298. <a href="/item-details">(3)</a>
  299. </div>
  300. -->
  301. <p class="standard-desc">Lorem ipsum dolor sit amet consectetur adipisicing elit molestias quaerat rem ullam ut nam quibusdam labore sed magnam eos Inventore quis corrupti nemo ipsa ratione culpa porro vitae.</p>
  302. <div class="standard-action-group">
  303. <button class="product-add" title="Add to Cart">
  304. <i class="fas fa-shopping-basket"></i>
  305. <span>카트에 담기</span>
  306. </button>
  307. <div class="product-action">
  308. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  309. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  310. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  311. </div>
  312. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  313. <i class="fas fa-heart"></i>
  314. <span>찜하기</span>
  315. </button>
  316. </div>
  317. </div>
  318. </div>
  319. </div>
  320. <div class="col">
  321. <div class="product-standard">
  322. <div class="standard-label-group">
  323. <label class="standard-label rate">4.8</label>
  324. </div>
  325. <div class="standard-media">
  326. <a class="standard-image" href="/item-details">
  327. <img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product">
  328. </a>
  329. <!--
  330. <div class="standard-widget">
  331. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  332. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  333. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  334. </div>
  335. -->
  336. </div>
  337. <div class="standard-content">
  338. <h4 class="standard-name">
  339. <a href="/item-details">fresh green chilis</a>
  340. </h4>
  341. <h5 class="standard-price">
  342. <!--<del>$34</del>-->
  343. <span>000,000,000 원<!--<small>/piece</small>--></span>
  344. </h5>
  345. <!--
  346. <div class="standard-rating">
  347. <i class="active icofont-star"></i>
  348. <i class="active icofont-star"></i>
  349. <i class="active icofont-star"></i>
  350. <i class="active icofont-star"></i>
  351. <i class="icofont-star"></i>
  352. <a href="/item-details">(3)</a>
  353. </div>
  354. -->
  355. <p class="standard-desc">Lorem ipsum dolor sit amet consectetur adipisicing elit molestias quaerat rem ullam ut nam quibusdam labore sed magnam eos Inventore quis corrupti nemo ipsa ratione culpa porro vitae.</p>
  356. <div class="standard-action-group">
  357. <button class="product-add" title="Add to Cart">
  358. <i class="fas fa-shopping-basket"></i>
  359. <span>카트에 담기</span>
  360. </button>
  361. <div class="product-action">
  362. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  363. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  364. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  365. </div>
  366. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  367. <i class="fas fa-heart"></i>
  368. <span>찜하기</span>
  369. </button>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. <div class="col">
  375. <div class="product-standard">
  376. <div class="standard-label-group">
  377. <label class="standard-label new">new</label>
  378. </div>
  379. <div class="standard-media">
  380. <a class="standard-image" href="/item-details">
  381. <img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product">
  382. </a>
  383. <!--
  384. <div class="standard-widget">
  385. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  386. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  387. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  388. </div>
  389. -->
  390. </div>
  391. <div class="standard-content">
  392. <h4 class="standard-name">
  393. <a href="/item-details">fresh green chilis</a>
  394. </h4>
  395. <h5 class="standard-price">
  396. <!--<del>$34</del>-->
  397. <span>000,000,000 원<!--<small>/piece</small>--></span>
  398. </h5>
  399. <!--
  400. <div class="standard-rating">
  401. <i class="active icofont-star"></i>
  402. <i class="active icofont-star"></i>
  403. <i class="active icofont-star"></i>
  404. <i class="active icofont-star"></i>
  405. <i class="icofont-star"></i>
  406. <a href="/item-details">(3)</a>
  407. </div>
  408. -->
  409. <p class="standard-desc">Lorem ipsum dolor sit amet consectetur adipisicing elit molestias quaerat rem ullam ut nam quibusdam labore sed magnam eos Inventore quis corrupti nemo ipsa ratione culpa porro vitae.</p>
  410. <div class="standard-action-group">
  411. <button class="product-add" title="Add to Cart">
  412. <i class="fas fa-shopping-basket"></i>
  413. <span>카트에 담기</span>
  414. </button>
  415. <div class="product-action">
  416. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  417. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  418. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  419. </div>
  420. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  421. <i class="fas fa-heart"></i>
  422. <span>찜하기</span>
  423. </button>
  424. </div>
  425. </div>
  426. </div>
  427. </div>
  428. </div>
  429. <div class="row">
  430. <div class="col-lg-12">
  431. <div class="bottom-paginate">
  432. <p class="page-info">Showing 12 of 60 Results</p>
  433. <ul class="pagination">
  434. <li class="page-item">
  435. <a class="page-link" href="#">
  436. <i class="fas fa-long-arrow-alt-left"></i>
  437. </a>
  438. </li>
  439. <li class="page-item"><a class="page-link active" href="#">1</a></li>
  440. <li class="page-item"><a class="page-link" href="#">2</a></li>
  441. <li class="page-item"><a class="page-link" href="#">3</a></li>
  442. <li class="page-item">...</li>
  443. <li class="page-item"><a class="page-link" href="#">60</a></li>
  444. <li class="page-item">
  445. <a class="page-link" href="#">
  446. <i class="fas fa-long-arrow-alt-right"></i>
  447. </a>
  448. </li>
  449. </ul>
  450. </div>
  451. </div>
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456. </section>
  457. <!--=====================================
  458. SHOP PART END
  459. =======================================-->
  460. @endsection