cart.blade.php 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. @extends('views.layouts.master')
  2. <link rel="stylesheet" href="{{ csset('/themes/pro/modunawa/resources/css/checkout.css') }}">
  3. @section('content')
  4. <!--=====================================
  5. BANNER PART START
  6. =======================================-->
  7. <section class="inner-section single-banner" style="background: url(images/single-banner.jpg) no-repeat center;">
  8. <div class="container">
  9. <h2>장바구니</h2>
  10. <ol class="breadcrumb">
  11. <li class="breadcrumb-item"><a href="/">Home</a></li>
  12. <!--<li class="breadcrumb-item"><a href="shop-4column.html">shop grid</a></li>-->
  13. <li class="breadcrumb-item active" aria-current="page">장바구니</li>
  14. </ol>
  15. </div>
  16. </section>
  17. <!--=====================================
  18. BANNER PART END
  19. =======================================-->
  20. <!--=====================================
  21. CHECKOUT PART START
  22. =======================================-->
  23. <section class="inner-section checkout-part" style="margin-bottom:0;">
  24. <div class="container">
  25. <div class="row">
  26. <!--
  27. <div class="col-lg-12">
  28. <div class="alert-info">
  29. <p>Returning customer? <a href="login.html">Click here to login</a></p>
  30. </div>
  31. </div>
  32. -->
  33. <div class="col-lg-12 order">
  34. <div class="account-card">
  35. <div class="account-content">
  36. <div class="table-scroll">
  37. <table class="table-list">
  38. <thead>
  39. <tr>
  40. <th scope="col">Serial</th>
  41. <th scope="col">Product</th>
  42. <th scope="col">Name</th>
  43. <th scope="col">Price</th>
  44. <th scope="col">brand</th>
  45. <th scope="col">quantity</th>
  46. <th scope="col">action</th>
  47. </tr>
  48. </thead>
  49. <tbody>
  50. <tr>
  51. <td class="table-serial"><h6>01</h6></td>
  52. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic1.jpg' }}" alt="product"></td>
  53. <td class="table-name"><h6>product name</h6></td>
  54. <td class="table-price"><h6>000,000,000 원<!--<small>/kilo</small>--></h6></td>
  55. <td class="table-brand"><h6>Fresh Company</h6></td>
  56. <td class="table-quantity"><h6>3</h6></td>
  57. <td class="table-action"><a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a> <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a></td>
  58. </tr>
  59. <tr>
  60. <td class="table-serial"><h6>02</h6></td>
  61. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic2.jpg' }}" alt="product"></td>
  62. <td class="table-name"><h6>product name</h6></td>
  63. <td class="table-price"><h6>000,000,000 원<!--<small>/kilo</small>--></h6></td>
  64. <td class="table-brand"><h6>Radhuni Masala</h6></td>
  65. <td class="table-quantity"><h6>5</h6></td>
  66. <td class="table-action"><a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a> <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a></td>
  67. </tr>
  68. <tr>
  69. <td class="table-serial"><h6>03</h6></td>
  70. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic3.jpg' }}" alt="product"></td>
  71. <td class="table-name"><h6>product name</h6></td>
  72. <td class="table-price"><h6>000,000,000 원<!--<small>/kilo</small>--></h6></td>
  73. <td class="table-brand"><h6>Pran Prio</h6></td>
  74. <td class="table-quantity"><h6>2</h6></td>
  75. <td class="table-action"><a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a> <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a></td>
  76. </tr>
  77. <tr>
  78. <td class="table-serial"><h6>04</h6></td>
  79. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic4.jpg' }}" alt="product"></td>
  80. <td class="table-name"><h6>product name</h6></td>
  81. <td class="table-price"><h6>000,000,000 원<!--<small>/kilo</small>--></h6></td>
  82. <td class="table-brand"><h6>Real Food</h6></td>
  83. <td class="table-quantity"><h6>3</h6></td>
  84. <td class="table-action"><a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a> <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a></td>
  85. </tr>
  86. <tr>
  87. <td class="table-serial"><h6>05</h6></td>
  88. <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic5.jpg' }}" alt="product"></td>
  89. <td class="table-name"><h6>product name</h6></td>
  90. <td class="table-price"><h6>000,000,000 원<!--<small>/kilo</small>--></h6></td>
  91. <td class="table-brand"><h6>Rdhuni Company</h6></td>
  92. <td class="table-quantity"><h6>7</h6></td>
  93. <td class="table-action"><a class="view" href="#" title="Quick View" data-bs-toggle="modal" data-bs-target="#product-view"><i class="fas fa-eye"></i></a> <a class="trash" href="#" title="Remove Wishlist"><i class="icofont-trash"></i></a></td>
  94. </tr>
  95. </tbody>
  96. </table>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. </section>
  104. <!--=====================================
  105. CHECKOUT PART END
  106. =======================================-->
  107. @endsection