|
416 | 416 | </div>
|
417 | 417 | </div><!--/category-tab-->
|
418 | 418 |
|
419 |
| - <div class="recommended_items"><!--recommended_items--> |
420 |
| - <h2 class="title text-center">recommended items</h2> |
421 |
| - |
422 |
| - <div id="recommended-item-carousel" class="carousel slide" data-ride="carousel"> |
423 |
| - <div class="carousel-inner"> |
424 |
| - <div class="item active"> |
425 |
| - <div class="col-sm-4"> |
426 |
| - <div class="product-image-wrapper"> |
427 |
| - <div class="single-products"> |
428 |
| - <div class="productinfo text-center"> |
429 |
| - <img src="images/home/recommend1.jpg" alt="" /> |
430 |
| - <h2>$56</h2> |
431 |
| - <p>Easy Polo Black Edition</p> |
432 |
| - <button type="button" class="btn btn-default add-to-cart"><i class="fa fa-shopping-cart"></i>Add to cart</button> |
433 |
| - </div> |
434 |
| - </div> |
435 |
| - </div> |
436 |
| - </div> |
437 |
| - <div class="col-sm-4"> |
438 |
| - <div class="product-image-wrapper"> |
439 |
| - <div class="single-products"> |
440 |
| - <div class="productinfo text-center"> |
441 |
| - <img src="images/home/recommend2.jpg" alt="" /> |
442 |
| - <h2>$56</h2> |
443 |
| - <p>Easy Polo Black Edition</p> |
444 |
| - <button type="button" class="btn btn-default add-to-cart"><i class="fa fa-shopping-cart"></i>Add to cart</button> |
445 |
| - </div> |
446 |
| - </div> |
447 |
| - </div> |
448 |
| - </div> |
449 |
| - <div class="col-sm-4"> |
450 |
| - <div class="product-image-wrapper"> |
451 |
| - <div class="single-products"> |
452 |
| - <div class="productinfo text-center"> |
453 |
| - <img src="images/home/recommend3.jpg" alt="" /> |
454 |
| - <h2>$56</h2> |
455 |
| - <p>Easy Polo Black Edition</p> |
456 |
| - <button type="button" class="btn btn-default add-to-cart"><i class="fa fa-shopping-cart"></i>Add to cart</button> |
457 |
| - </div> |
458 |
| - </div> |
459 |
| - </div> |
460 |
| - </div> |
461 |
| - </div> |
462 |
| - <div class="item"> |
463 |
| - <div class="col-sm-4"> |
464 |
| - <div class="product-image-wrapper"> |
465 |
| - <div class="single-products"> |
466 |
| - <div class="productinfo text-center"> |
467 |
| - <img src="images/home/recommend1.jpg" alt="" /> |
468 |
| - <h2>$56</h2> |
469 |
| - <p>Easy Polo Black Edition</p> |
470 |
| - <button type="button" class="btn btn-default add-to-cart"><i class="fa fa-shopping-cart"></i>Add to cart</button> |
471 |
| - </div> |
472 |
| - </div> |
473 |
| - </div> |
474 |
| - </div> |
475 |
| - <div class="col-sm-4"> |
476 |
| - <div class="product-image-wrapper"> |
477 |
| - <div class="single-products"> |
478 |
| - <div class="productinfo text-center"> |
479 |
| - <img src="images/home/recommend2.jpg" alt="" /> |
480 |
| - <h2>$56</h2> |
481 |
| - <p>Easy Polo Black Edition</p> |
482 |
| - <button type="button" class="btn btn-default add-to-cart"><i class="fa fa-shopping-cart"></i>Add to cart</button> |
483 |
| - </div> |
484 |
| - </div> |
485 |
| - </div> |
486 |
| - </div> |
487 |
| - <div class="col-sm-4"> |
488 |
| - <div class="product-image-wrapper"> |
489 |
| - <div class="single-products"> |
490 |
| - <div class="productinfo text-center"> |
491 |
| - <img src="images/home/recommend3.jpg" alt="" /> |
492 |
| - <h2>$56</h2> |
493 |
| - <p>Easy Polo Black Edition</p> |
494 |
| - <button type="button" class="btn btn-default add-to-cart"><i class="fa fa-shopping-cart"></i>Add to cart</button> |
495 |
| - </div> |
496 |
| - </div> |
497 |
| - </div> |
498 |
| - </div> |
499 |
| - </div> |
500 |
| - </div> |
501 |
| - <a class="left recommended-item-control" href="#recommended-item-carousel" data-slide="prev"> |
502 |
| - <i class="fa fa-angle-left"></i> |
503 |
| - </a> |
504 |
| - <a class="right recommended-item-control" href="#recommended-item-carousel" data-slide="next"> |
505 |
| - <i class="fa fa-angle-right"></i> |
506 |
| - </a> |
507 |
| - </div> |
508 |
| - </div><!--/recommended_items--> |
| 419 | + <div class="recommended_items"><!--recommended_items--> |
| 420 | + <h2 class="title text-center">recommended items</h2> |
| 421 | + @include('front.recommends') |
| 422 | + </div><!--/recommended_items--> |
509 | 423 |
|
510 | 424 | </div>
|
511 | 425 |
|
|
0 commit comments