ChatBot Integration
This commit is contained in:
@ -30,6 +30,11 @@
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
{{-- botman --}}
|
||||
{{-- <link rel="stylesheet" type="text/css"
|
||||
href="https://cdn.jsdelivr.net/npm/botman-web-widget@0/build/assets/css/chat.min.css"> --}}
|
||||
|
||||
</head>
|
||||
|
||||
<!-- Include the Stripe.js library -->
|
||||
@ -135,6 +140,9 @@
|
||||
<li><a href="{{ route('checkout') }}">Check Out</a></li>
|
||||
<li><a href="{{ route('myOrders') }}">My Orders</a></li>
|
||||
<li><a href="{{ route('profile') }}">Profile</a></li>
|
||||
<li><a href="{{ route('testMail') }}">Email </a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@ -144,6 +152,8 @@
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-3">
|
||||
<div class="header__nav__option">
|
||||
{{-- <a href="{{ route('botman') }}"><img src="{{ URL::asset('img/icon/chatbot.png') }}"
|
||||
alt=""></a> --}}
|
||||
<a href="#" class="search-switch"><img src="{{ URL::asset('img/icon/search.png') }}"
|
||||
alt=""></a>
|
||||
<a href="#"><img src="{{ URL::asset('img/icon/heart.png') }}" alt=""></a>
|
||||
|
Reference in New Issue
Block a user