123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- @extends('views.layouts.master')
- @section('content')
- <!--=====================================
- BANNER PART START
- =======================================-->
- <section class="inner-section single-banner" style="background: url(images/single-banner.jpg) no-repeat center;">
- <div class="container">
- <h2>wishlist</h2>
- <ol class="breadcrumb">
- <li class="breadcrumb-item"><a href="index.html">Home</a></li>
- <li class="breadcrumb-item active" aria-current="page">wishlist</li>
- </ol>
- </div>
- </section>
- <!--=====================================
- BANNER PART END
- =======================================-->
- <!--=====================================
- WISHLIST PART START
- =======================================-->
- <section class="inner-section wishlist-part">
- <div class="container">
- <div class="row">
- <div class="col-lg-12">
- <div class="table-scroll">
- <table class="table-list">
- <thead>
- <tr>
- <th scope="col">Serial</th>
- <th scope="col">Product</th>
- <th scope="col">Name</th>
- <th scope="col">Price</th>
- <th scope="col">description</th>
- <th scope="col">status</th>
- <th scope="col">shopping</th>
- <th scope="col">action</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td class="table-serial"><h6>01</h6></td>
- <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
- <td class="table-name"><h6>product name</h6></td>
- <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
- <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
- <td class="table-status"><h6 class="stock-out">stock out</h6></td>
- <td class="table-shop">
- <button class="product-add" title="Add to Cart">add to cart</button>
- <div class="product-action">
- <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
- <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
- <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
- </div>
- </td>
- <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>
- </tr>
- <tr>
- <td class="table-serial"><h6>02</h6></td>
- <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
- <td class="table-name"><h6>product name</h6></td>
- <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
- <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
- <td class="table-status"><h6 class="stock-in">stock in</h6></td>
- <td class="table-shop">
- <button class="product-add" title="Add to Cart">add to cart</button>
- <div class="product-action">
- <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
- <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
- <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
- </div>
- </td>
- <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>
- </tr>
- <tr>
- <td class="table-serial"><h6>03</h6></td>
- <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
- <td class="table-name"><h6>product name</h6></td>
- <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
- <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
- <td class="table-status"><h6 class="stock-out">stock out</h6></td>
- <td class="table-shop">
- <button class="product-add" title="Add to Cart">add to cart</button>
- <div class="product-action">
- <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
- <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
- <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
- </div>
- </td>
- <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>
- </tr>
- <tr>
- <td class="table-serial"><h6>04</h6></td>
- <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
- <td class="table-name"><h6>product name</h6></td>
- <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
- <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
- <td class="table-status"><h6 class="stock-in">stock in</h6></td>
- <td class="table-shop">
- <button class="product-add" title="Add to Cart">add to cart</button>
- <div class="product-action">
- <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
- <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
- <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
- </div>
- </td>
- <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>
- </tr>
- <tr>
- <td class="table-serial"><h6>05</h6></td>
- <td class="table-image"><img src="{{ '/themes/pro/modunawa/resources/images/product/pic.jpg'}}" alt="product"></td>
- <td class="table-name"><h6>product name</h6></td>
- <td class="table-price"><h6>000,000,000 ��<!--<small>/kilo</small>--></h6></td>
- <td class="table-desc"><p>Lorem ipsum nobis eaque excepturi nisi eveniet...<a href="product-video.html">read more</a></p></td>
- <td class="table-status"><h6 class="stock-out">stock out</h6></td>
- <td class="table-shop">
- <button class="product-add" title="Add to Cart">add to cart</button>
- <div class="product-action">
- <button class="action-minus" title="Quantity Minus"><i class="icofont-minus"></i></button>
- <input class="action-input" title="Quantity Number" type="text" name="quantity" value="1">
- <button class="action-plus" title="Quantity Plus"><i class="icofont-plus"></i></button>
- </div>
- </td>
- <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>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-lg-12">
- <div class="text-center mt-5">
- <button class="btn btn-outline">
- Load more items
- </button>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!--=====================================
- WISHLIST PART END
- =======================================-->
- @endsection
|