credit-item-list.blade.php 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  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. <!--
  26. <div class="col-lg-3">
  27. <div class="shop-widget-promo">
  28. <a href="#"><img src="images/promo/shop/01.jpg" alt="promo"></a>
  29. </div>
  30. <div class="shop-widget">
  31. <h6 class="shop-widget-title">Filter by Price</h6>
  32. <form>
  33. <div class="shop-widget-group">
  34. <input type="text" placeholder="Min - 00">
  35. <input type="text" placeholder="Max - 5k">
  36. </div>
  37. <button class="shop-widget-btn">
  38. <i class="fas fa-search"></i>
  39. <span>search</span>
  40. </button>
  41. </form>
  42. </div>
  43. <div class="shop-widget">
  44. <h6 class="shop-widget-title">Filter by Rating</h6>
  45. <form>
  46. <ul class="shop-widget-list">
  47. <li>
  48. <div class="shop-widget-content">
  49. <input type="checkbox" id="feat1">
  50. <label for="feat1">
  51. <i class="fas fa-star active"></i>
  52. <i class="fas fa-star active"></i>
  53. <i class="fas fa-star active"></i>
  54. <i class="fas fa-star active"></i>
  55. <i class="fas fa-star active"></i>
  56. </label>
  57. </div>
  58. <span class="shop-widget-number">(13)</span>
  59. </li>
  60. <li>
  61. <div class="shop-widget-content">
  62. <input type="checkbox" id="feat2">
  63. <label for="feat2">
  64. <i class="fas fa-star active"></i>
  65. <i class="fas fa-star active"></i>
  66. <i class="fas fa-star active"></i>
  67. <i class="fas fa-star active"></i>
  68. <i class="fas fa-star"></i>
  69. </label>
  70. </div>
  71. <span class="shop-widget-number">(28)</span>
  72. </li>
  73. <li>
  74. <div class="shop-widget-content">
  75. <input type="checkbox" id="feat3">
  76. <label for="feat3">
  77. <i class="fas fa-star active"></i>
  78. <i class="fas fa-star active"></i>
  79. <i class="fas fa-star active"></i>
  80. <i class="fas fa-star"></i>
  81. <i class="fas fa-star"></i>
  82. </label>
  83. </div>
  84. <span class="shop-widget-number">(35)</span>
  85. </li>
  86. <li>
  87. <div class="shop-widget-content">
  88. <input type="checkbox" id="feat4">
  89. <label for="feat4">
  90. <i class="fas fa-star active"></i>
  91. <i class="fas fa-star active"></i>
  92. <i class="fas fa-star"></i>
  93. <i class="fas fa-star"></i>
  94. <i class="fas fa-star"></i>
  95. </label>
  96. </div>
  97. <span class="shop-widget-number">(47)</span>
  98. </li>
  99. <li>
  100. <div class="shop-widget-content">
  101. <input type="checkbox" id="feat5">
  102. <label for="feat5">
  103. <i class="fas fa-star active"></i>
  104. <i class="fas fa-star"></i>
  105. <i class="fas fa-star"></i>
  106. <i class="fas fa-star"></i>
  107. <i class="fas fa-star"></i>
  108. </label>
  109. </div>
  110. <span class="shop-widget-number">(59)</span>
  111. </li>
  112. </ul>
  113. <button class="shop-widget-btn">
  114. <i class="far fa-trash-alt"></i>
  115. <span>clear filter</span>
  116. </button>
  117. </form>
  118. </div>
  119. <div class="shop-widget">
  120. <h6 class="shop-widget-title">Filter by Tag</h6>
  121. <form>
  122. <ul class="shop-widget-list">
  123. <li>
  124. <div class="shop-widget-content">
  125. <input type="checkbox" id="tag1">
  126. <label for="tag1">new items</label>
  127. </div>
  128. <span class="shop-widget-number">(13)</span>
  129. </li>
  130. <li>
  131. <div class="shop-widget-content">
  132. <input type="checkbox" id="tag2">
  133. <label for="tag2">sale items</label>
  134. </div>
  135. <span class="shop-widget-number">(28)</span>
  136. </li>
  137. <li>
  138. <div class="shop-widget-content">
  139. <input type="checkbox" id="tag3">
  140. <label for="tag3">rating items</label>
  141. </div>
  142. <span class="shop-widget-number">(35)</span>
  143. </li>
  144. <li>
  145. <div class="shop-widget-content">
  146. <input type="checkbox" id="tag4">
  147. <label for="tag4">feature items</label>
  148. </div>
  149. <span class="shop-widget-number">(47)</span>
  150. </li>
  151. <li>
  152. <div class="shop-widget-content">
  153. <input type="checkbox" id="tag5">
  154. <label for="tag5">discount items</label>
  155. </div>
  156. <span class="shop-widget-number">(59)</span>
  157. </li>
  158. </ul>
  159. <button class="shop-widget-btn">
  160. <i class="far fa-trash-alt"></i>
  161. <span>clear filter</span>
  162. </button>
  163. </form>
  164. </div>
  165. <div class="shop-widget">
  166. <h6 class="shop-widget-title">Filter by Brand</h6>
  167. <form>
  168. <input class="shop-widget-search" type="text" placeholder="Search...">
  169. <ul class="shop-widget-list shop-widget-scroll">
  170. <li>
  171. <div class="shop-widget-content">
  172. <input type="checkbox" id="brand1">
  173. <label for="brand1">mari gold</label>
  174. </div>
  175. <span class="shop-widget-number">(13)</span>
  176. </li>
  177. <li>
  178. <div class="shop-widget-content">
  179. <input type="checkbox" id="brand2">
  180. <label for="brand2">tredar</label>
  181. </div>
  182. <span class="shop-widget-number">(28)</span>
  183. </li>
  184. <li>
  185. <div class="shop-widget-content">
  186. <input type="checkbox" id="brand3">
  187. <label for="brand3">keya</label>
  188. </div>
  189. <span class="shop-widget-number">(35)</span>
  190. </li>
  191. <li>
  192. <div class="shop-widget-content">
  193. <input type="checkbox" id="brand4">
  194. <label for="brand4">diamond</label>
  195. </div>
  196. <span class="shop-widget-number">(47)</span>
  197. </li>
  198. <li>
  199. <div class="shop-widget-content">
  200. <input type="checkbox" id="brand5">
  201. <label for="brand5">lilly's</label>
  202. </div>
  203. <span class="shop-widget-number">(59)</span>
  204. </li>
  205. <li>
  206. <div class="shop-widget-content">
  207. <input type="checkbox" id="brand6">
  208. <label for="brand6">fremant</label>
  209. </div>
  210. <span class="shop-widget-number">(64)</span>
  211. </li>
  212. <li>
  213. <div class="shop-widget-content">
  214. <input type="checkbox" id="brand7">
  215. <label for="brand7">avocads</label>
  216. </div>
  217. <span class="shop-widget-number">(77)</span>
  218. </li>
  219. <li>
  220. <div class="shop-widget-content">
  221. <input type="checkbox" id="brand8">
  222. <label for="brand8">boroclas</label>
  223. </div>
  224. <span class="shop-widget-number">(85)</span>
  225. </li>
  226. </ul>
  227. <button class="shop-widget-btn">
  228. <i class="far fa-trash-alt"></i>
  229. <span>clear filter</span>
  230. </button>
  231. </form>
  232. </div>
  233. <div class="shop-widget">
  234. <h6 class="shop-widget-title">Filter by Category</h6>
  235. <form>
  236. <input class="shop-widget-search" type="text" placeholder="Search...">
  237. <ul class="shop-widget-list shop-widget-scroll">
  238. <li>
  239. <div class="shop-widget-content">
  240. <input type="checkbox" id="cate1">
  241. <label for="cate1">vegetables</label>
  242. </div>
  243. <span class="shop-widget-number">(13)</span>
  244. </li>
  245. <li>
  246. <div class="shop-widget-content">
  247. <input type="checkbox" id="cate2">
  248. <label for="cate2">groceries</label>
  249. </div>
  250. <span class="shop-widget-number">(28)</span>
  251. </li>
  252. <li>
  253. <div class="shop-widget-content">
  254. <input type="checkbox" id="cate3">
  255. <label for="cate3">fruits</label>
  256. </div>
  257. <span class="shop-widget-number">(35)</span>
  258. </li>
  259. <li>
  260. <div class="shop-widget-content">
  261. <input type="checkbox" id="cate4">
  262. <label for="cate4">dairy farm</label>
  263. </div>
  264. <span class="shop-widget-number">(47)</span>
  265. </li>
  266. <li>
  267. <div class="shop-widget-content">
  268. <input type="checkbox" id="cate5">
  269. <label for="cate5">sea foods</label>
  270. </div>
  271. <span class="shop-widget-number">(59)</span>
  272. </li>
  273. <li>
  274. <div class="shop-widget-content">
  275. <input type="checkbox" id="cate6">
  276. <label for="cate6">diet foods</label>
  277. </div>
  278. <span class="shop-widget-number">(64)</span>
  279. </li>
  280. <li>
  281. <div class="shop-widget-content">
  282. <input type="checkbox" id="cate7">
  283. <label for="cate7">dry foods</label>
  284. </div>
  285. <span class="shop-widget-number">(77)</span>
  286. </li>
  287. <li>
  288. <div class="shop-widget-content">
  289. <input type="checkbox" id="cate8">
  290. <label for="cate8">fast foods</label>
  291. </div>
  292. <span class="shop-widget-number">(85)</span>
  293. </li>
  294. <li>
  295. <div class="shop-widget-content">
  296. <input type="checkbox" id="cate9">
  297. <label for="cate9">drinks</label>
  298. </div>
  299. <span class="shop-widget-number">(92)</span>
  300. </li>
  301. <li>
  302. <div class="shop-widget-content">
  303. <input type="checkbox" id="cate10">
  304. <label for="cate10">coffee</label>
  305. </div>
  306. <span class="shop-widget-number">(21)</span>
  307. </li>
  308. <li>
  309. <div class="shop-widget-content">
  310. <input type="checkbox" id="cate11">
  311. <label for="cate11">meats</label>
  312. </div>
  313. <span class="shop-widget-number">(14)</span>
  314. </li>
  315. <li>
  316. <div class="shop-widget-content">
  317. <input type="checkbox" id="cate12">
  318. <label for="cate12">fishes</label>
  319. </div>
  320. <span class="shop-widget-number">(56)</span>
  321. </li>
  322. </ul>
  323. <button class="shop-widget-btn">
  324. <i class="far fa-trash-alt"></i>
  325. <span>clear filter</span>
  326. </button>
  327. </form>
  328. </div>
  329. </div>
  330. -->
  331. <div class="col-lg-12">
  332. <div class="row">
  333. <div class="col-lg-12">
  334. <div class="top-filter">
  335. <div class="filter-show">
  336. <label class="filter-label">Show :</label>
  337. <select class="form-select filter-select">
  338. <option value="1">12</option>
  339. <option value="2">24</option>
  340. <option value="3">36</option>
  341. </select>
  342. </div>
  343. <div class="filter-short">
  344. <label class="filter-label">Short by :</label>
  345. <select class="form-select filter-select">
  346. <option selected>default</option>
  347. <option value="3">trending</option>
  348. <option value="1">featured</option>
  349. <option value="2">recommend</option>
  350. </select>
  351. </div>
  352. <!--
  353. <div class="filter-action">
  354. <a href="shop-3column.html" title="Three Column"><i class="fas fa-th"></i></a>
  355. <a href="shop-2column.html" title="Two Column"><i class="fas fa-th-large"></i></a>
  356. <a href="shop-1column.html" class="active" title="One Column"><i class="fas fa-th-list"></i></a>
  357. </div>
  358. -->
  359. </div>
  360. </div>
  361. </div>
  362. <div class="row">
  363. <div class="col">
  364. <div class="product-standard">
  365. <div class="standard-label-group">
  366. <label class="standard-label off">-15%</label>
  367. </div>
  368. <div class="standard-media">
  369. <a class="standard-image" href="/item-details">
  370. <img src="{{ '/themes/pro/modunawa/resources/images/product/msqp.jpg'}}" alt="product">
  371. </a>
  372. <!--
  373. <div class="standard-widget">
  374. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  375. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  376. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  377. </div>
  378. -->
  379. </div>
  380. <div class="standard-content">
  381. <h4 class="standard-name">
  382. <a href="/item-details">MSQP Point</a>
  383. </h4>
  384. <h5 class="standard-price">
  385. <!--<del>$34</del>-->
  386. <span>365 MSQ<!--<small>/piece</small>--></span>
  387. </h5>
  388. <!--
  389. <div class="standard-rating">
  390. <i class="active icofont-star"></i>
  391. <i class="active icofont-star"></i>
  392. <i class="active icofont-star"></i>
  393. <i class="active icofont-star"></i>
  394. <i class="icofont-star"></i>
  395. <a href="/item-details">(3)</a>
  396. </div>
  397. -->
  398. <p class="standard-desc">제품/상품권 구매를 위한 충전금 Point</p>
  399. <div class="standard-action-group">
  400. <button class="product-add" title="Add to Cart">
  401. <i class="fas fa-shopping-basket"></i>
  402. <span>카트에 담기</span>
  403. </button>
  404. <div class="product-action">
  405. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  406. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  407. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  408. </div>
  409. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  410. <i class="fas fa-heart"></i>
  411. <span>찜하기</span>
  412. </button>
  413. </div>
  414. </div>
  415. </div>
  416. </div>
  417. <div class="col">
  418. <div class="product-standard">
  419. <div class="standard-label-group">
  420. <label class="standard-label new">new</label>
  421. </div>
  422. <div class="standard-media">
  423. <a class="standard-image" href="/item-details">
  424. <img src="{{ '/themes/pro/modunawa/resources/images/product/msqxp.jpg'}}" alt="product">
  425. </a>
  426. <!--
  427. <div class="standard-widget">
  428. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  429. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  430. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  431. </div>
  432. -->
  433. </div>
  434. <div class="standard-content">
  435. <h4 class="standard-name">
  436. <a href="/item-details">MSQP Point</a>
  437. </h4>
  438. <h5 class="standard-price">
  439. <!--<del>$34</del>-->
  440. <span>365 MSQ<!--<small>/piece</small>--></span>
  441. </h5>
  442. <!--
  443. <div class="standard-rating">
  444. <i class="active icofont-star"></i>
  445. <i class="active icofont-star"></i>
  446. <i class="active icofont-star"></i>
  447. <i class="active icofont-star"></i>
  448. <i class="icofont-star"></i>
  449. <a href="/item-details">(3)</a>
  450. </div>
  451. -->
  452. <p class="standard-desc">제품/상품권 구매를 위한 충전금 Point</p>
  453. <div class="standard-action-group">
  454. <button class="product-add" title="Add to Cart">
  455. <i class="fas fa-shopping-basket"></i>
  456. <span>카트에 담기</span>
  457. </button>
  458. <div class="product-action">
  459. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  460. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  461. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  462. </div>
  463. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  464. <i class="fas fa-heart"></i>
  465. <span>찜하기</span>
  466. </button>
  467. </div>
  468. </div>
  469. </div>
  470. </div>
  471. <div class="col">
  472. <div class="product-standard">
  473. <div class="standard-label-group">
  474. <label class="standard-label sale">sale</label>
  475. </div>
  476. <div class="standard-media">
  477. <a class="standard-image" href="/item-details">
  478. <img src="{{ '/themes/pro/modunawa/resources/images/product/msqp.jpg'}}" alt="product">
  479. </a>
  480. <!--
  481. <div class="standard-widget">
  482. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  483. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  484. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  485. </div>
  486. -->
  487. </div>
  488. <div class="standard-content">
  489. <h4 class="standard-name">
  490. <a href="/item-details">MSQP Point</a>
  491. </h4>
  492. <h5 class="standard-price">
  493. <!--<del>$34</del>-->
  494. <span>365 MSQ<!--<small>/piece</small>--></span>
  495. </h5>
  496. <!--
  497. <div class="standard-rating">
  498. <i class="active icofont-star"></i>
  499. <i class="active icofont-star"></i>
  500. <i class="active icofont-star"></i>
  501. <i class="active icofont-star"></i>
  502. <i class="icofont-star"></i>
  503. <a href="/item-details">(3)</a>
  504. </div>
  505. -->
  506. <p class="standard-desc">제품/상품권 구매를 위한 충전금 Point</p>
  507. <div class="standard-action-group">
  508. <button class="product-add" title="Add to Cart">
  509. <i class="fas fa-shopping-basket"></i>
  510. <span>카트에 담기</span>
  511. </button>
  512. <div class="product-action">
  513. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  514. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  515. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  516. </div>
  517. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  518. <i class="fas fa-heart"></i>
  519. <span>찜하기</span>
  520. </button>
  521. </div>
  522. </div>
  523. </div>
  524. </div>
  525. <div class="col">
  526. <div class="product-standard">
  527. <div class="standard-label-group">
  528. <label class="standard-label feat">feature</label>
  529. </div>
  530. <div class="standard-media">
  531. <a class="standard-image" href="/item-details">
  532. <img src="{{ '/themes/pro/modunawa/resources/images/product/msqxp.jpg'}}" alt="product">
  533. </a>
  534. <!--
  535. <div class="standard-widget">
  536. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  537. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  538. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  539. </div>
  540. -->
  541. </div>
  542. <div class="standard-content">
  543. <h4 class="standard-name">
  544. <a href="/item-details">MSQP Point</a>
  545. </h4>
  546. <h5 class="standard-price">
  547. <!--<del>$34</del>-->
  548. <span>365 MSQ<!--<small>/piece</small>--></span>
  549. </h5>
  550. <!--
  551. <div class="standard-rating">
  552. <i class="active icofont-star"></i>
  553. <i class="active icofont-star"></i>
  554. <i class="active icofont-star"></i>
  555. <i class="active icofont-star"></i>
  556. <i class="icofont-star"></i>
  557. <a href="/item-details">(3)</a>
  558. </div>
  559. -->
  560. <p class="standard-desc">제품/상품권 구매를 위한 충전금 Point</p>
  561. <div class="standard-action-group">
  562. <button class="product-add" title="Add to Cart">
  563. <i class="fas fa-shopping-basket"></i>
  564. <span>카트에 담기</span>
  565. </button>
  566. <div class="product-action">
  567. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  568. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  569. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  570. </div>
  571. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  572. <i class="fas fa-heart"></i>
  573. <span>찜하기</span>
  574. </button>
  575. </div>
  576. </div>
  577. </div>
  578. </div>
  579. <div class="col">
  580. <div class="product-standard">
  581. <div class="standard-label-group">
  582. <label class="standard-label off">-15%</label>
  583. </div>
  584. <div class="standard-media">
  585. <a class="standard-image" href="/item-details">
  586. <img src="{{ '/themes/pro/modunawa/resources/images/product/msqp.jpg'}}" alt="product">
  587. </a>
  588. <!--
  589. <div class="standard-widget">
  590. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  591. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  592. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  593. </div>
  594. -->
  595. </div>
  596. <div class="standard-content">
  597. <h4 class="standard-name">
  598. <a href="/item-details">MSQP Point</a>
  599. </h4>
  600. <h5 class="standard-price">
  601. <!--<del>$34</del>-->
  602. <span>365 MSQ<!--<small>/piece</small>--></span>
  603. </h5>
  604. <!--
  605. <div class="standard-rating">
  606. <i class="active icofont-star"></i>
  607. <i class="active icofont-star"></i>
  608. <i class="active icofont-star"></i>
  609. <i class="active icofont-star"></i>
  610. <i class="icofont-star"></i>
  611. <a href="/item-details">(3)</a>
  612. </div>
  613. -->
  614. <p class="standard-desc">제품/상품권 구매를 위한 충전금 Point</p>
  615. <div class="standard-action-group">
  616. <button class="product-add" title="Add to Cart">
  617. <i class="fas fa-shopping-basket"></i>
  618. <span>카트에 담기</span>
  619. </button>
  620. <div class="product-action">
  621. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  622. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  623. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  624. </div>
  625. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  626. <i class="fas fa-heart"></i>
  627. <span>찜하기</span>
  628. </button>
  629. </div>
  630. </div>
  631. </div>
  632. </div>
  633. <div class="col">
  634. <div class="product-standard">
  635. <div class="standard-label-group">
  636. <label class="standard-label rate">4.8</label>
  637. </div>
  638. <div class="standard-media">
  639. <a class="standard-image" href="/item-details">
  640. <img src="{{ '/themes/pro/modunawa/resources/images/product/msqxp.jpg'}}" alt="product">
  641. </a>
  642. <!--
  643. <div class="standard-widget">
  644. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  645. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  646. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  647. </div>
  648. -->
  649. </div>
  650. <div class="standard-content">
  651. <h4 class="standard-name">
  652. <a href="/item-details">MSQP Point</a>
  653. </h4>
  654. <h5 class="standard-price">
  655. <!--<del>$34</del>-->
  656. <span>365 MSQ<!--<small>/piece</small>--></span>
  657. </h5>
  658. <!--
  659. <div class="standard-rating">
  660. <i class="active icofont-star"></i>
  661. <i class="active icofont-star"></i>
  662. <i class="active icofont-star"></i>
  663. <i class="active icofont-star"></i>
  664. <i class="icofont-star"></i>
  665. <a href="/item-details">(3)</a>
  666. </div>
  667. -->
  668. <p class="standard-desc">제품/상품권 구매를 위한 충전금 Point</p>
  669. <div class="standard-action-group">
  670. <button class="product-add" title="Add to Cart">
  671. <i class="fas fa-shopping-basket"></i>
  672. <span>카트에 담기</span>
  673. </button>
  674. <div class="product-action">
  675. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  676. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  677. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  678. </div>
  679. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  680. <i class="fas fa-heart"></i>
  681. <span>찜하기</span>
  682. </button>
  683. </div>
  684. </div>
  685. </div>
  686. </div>
  687. <div class="col">
  688. <div class="product-standard">
  689. <div class="standard-label-group">
  690. <label class="standard-label new">new</label>
  691. </div>
  692. <div class="standard-media">
  693. <a class="standard-image" href="/item-details">
  694. <img src="{{ '/themes/pro/modunawa/resources/images/product/msqp.jpg'}}" alt="product">
  695. </a>
  696. <!--
  697. <div class="standard-widget">
  698. <a title="Product Compare" href="compare.html" class="fas fa-random"></a>
  699. <a title="Product Video" href="https://youtu.be/9xzcVxSBbG8" class="venobox fas fa-play" data-autoplay="true" data-vbtype="video"></a>
  700. <a title="Product View" href="#" class="fas fa-eye" data-bs-toggle="modal" data-bs-target="#product-view"></a>
  701. </div>
  702. -->
  703. </div>
  704. <div class="standard-content">
  705. <h4 class="standard-name">
  706. <a href="/item-details">MSQP Point</a>
  707. </h4>
  708. <h5 class="standard-price">
  709. <!--<del>$34</del>-->
  710. <span>365 MSQ<!--<small>/piece</small>--></span>
  711. </h5>
  712. <!--
  713. <div class="standard-rating">
  714. <i class="active icofont-star"></i>
  715. <i class="active icofont-star"></i>
  716. <i class="active icofont-star"></i>
  717. <i class="active icofont-star"></i>
  718. <i class="icofont-star"></i>
  719. <a href="/item-details">(3)</a>
  720. </div>
  721. -->
  722. <p class="standard-desc">제품/상품권 구매를 위한 충전금 Point</p>
  723. <div class="standard-action-group">
  724. <button class="product-add" title="Add to Cart">
  725. <i class="fas fa-shopping-basket"></i>
  726. <span>카트에 담기</span>
  727. </button>
  728. <div class="product-action">
  729. <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
  730. <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
  731. <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
  732. </div>
  733. <button class="standard-wish wish" title="Add to Wishlist" onclick="location.href='/wish-list'">
  734. <i class="fas fa-heart"></i>
  735. <span>찜하기</span>
  736. </button>
  737. </div>
  738. </div>
  739. </div>
  740. </div>
  741. </div>
  742. <div class="row">
  743. <div class="col-lg-12">
  744. <div class="bottom-paginate">
  745. <p class="page-info">Showing 12 of 60 Results</p>
  746. <ul class="pagination">
  747. <li class="page-item">
  748. <a class="page-link" href="#">
  749. <i class="fas fa-long-arrow-alt-left"></i>
  750. </a>
  751. </li>
  752. <li class="page-item"><a class="page-link active" href="#">1</a></li>
  753. <li class="page-item"><a class="page-link" href="#">2</a></li>
  754. <li class="page-item"><a class="page-link" href="#">3</a></li>
  755. <li class="page-item">...</li>
  756. <li class="page-item"><a class="page-link" href="#">60</a></li>
  757. <li class="page-item">
  758. <a class="page-link" href="#">
  759. <i class="fas fa-long-arrow-alt-right"></i>
  760. </a>
  761. </li>
  762. </ul>
  763. </div>
  764. </div>
  765. </div>
  766. </div>
  767. </div>
  768. </div>
  769. </section>
  770. <!--=====================================
  771. SHOP PART END
  772. =======================================-->
  773. @endsection