-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.blade.php
683 lines (660 loc) · 43.7 KB
/
app.blade.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<title>@yield('title') - Kendir</title>
<link rel="icon" type="image/png" href="{{asset('admin/img/favicon.ico')}}">
<!-- fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i">
<!-- css -->
<link rel="stylesheet" href="{{asset('vendor/bootstrap/css/bootstrap.min.css')}}">
<link rel="stylesheet" href="{{asset('vendor/owl-carousel/assets/owl.carousel.min.css')}}">
<link rel="stylesheet" href="{{asset('vendor/photoswipe/photoswipe.css')}}">
<link rel="stylesheet" href="{{asset('vendor/photoswipe/default-skin/default-skin.css')}}">
<link rel="stylesheet" href="{{asset('vendor/select2/css/select2.min.css')}}">
<script src="{{asset('vendor/jquery/jquery.min.js')}}"></script>
<link rel="stylesheet" href="{{asset('css/style.css')}}">
<!-- font - fontawesome -->
<link rel="stylesheet" href="{{asset('vendor/fontawesome/css/all.min.css')}}">
<!-- font - stroyka -->
<link rel="stylesheet" href="{{asset('fonts/stroyka/stroyka.css')}}">
</head>
<body>
<!-- site -->
<div class="site">
<!-- mobile site__header -->
<header class="site__header d-lg-none">
<!-- data-sticky-mode - one of [pullToShow, alwaysOnTop] -->
<div class="mobile-header mobile-header--sticky" data-sticky-mode="pullToShow">
<div class="mobile-header__panel">
<div class="container">
<div class="mobile-header__body">
<button class="mobile-header__menu-button">
<svg width="18px" height="14px">
<use xlink:href="{{ asset('images/sprite.svg#menu-18x14') }}"></use>
</svg>
</button>
<a class="mobile-header__logo" href="/">
<!-- mobile-logo -->
<img src="{{ asset('images/kendir/kendir-logo-white.png') }}" alt="Kendir logo" style="width:120px; height:30px;">
<!-- mobile-logo / end -->
</a>
<livewire:search-mobile-component />
<div class="mobile-header__indicators">
<div class="indicator indicator--mobile-search indicator--mobile d-sm-none">
<button class="indicator__button">
<span class="indicator__area">
<svg width="20px" height="20px">
<use xlink:href="{{ asset('images/sprite.svg#search-20') }}"></use>
</svg>
</span>
</button>
</div>
<div class="indicator indicator--mobile d-sm-flex d-sm-none">
<livewire:wishlist-mobile-icon-component />
</div>
<div class="indicator indicator--mobile">
<livewire:cart-mobile-icon-component />
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- mobile site__header / end -->
<!-- desktop site__header -->
<header class="site__header d-lg-block d-none">
<div class="site-header">
<!-- .topbar -->
<!-- .topbar / end -->
<div class="site-header__middle container">
<div class="site-header__logo">
<a href="/">
<!-- logo -->
<img src="{{ asset('images/kendir/kendir-logo-white.png') }}" alt="Kendir Logo" style="width: 14rem;">
<!-- logo / end -->
</a>
</div>
<livewire:header-search-component />
<div class="site-header__phone">
<div class="topbar__item">
<div class="topbar-dropdown">
<button class="topbar-dropdown__btn" type="button">
Language: <span class="topbar__item-value">EN</span>
<svg width="7px" height="5px">
<use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-down-7x5') }}"></use>
</svg>
</button>
<div class="topbar-dropdown__body">
<!-- .menu -->
<div class="menu menu--layout--topbar menu--with-icons mt-2">
<div class="menu__submenus-container"></div>
<ul class="menu__list">
<li class="menu__item">
<!-- This is a synthetic element that allows to adjust the vertical offset of the submenu using CSS. -->
<div class="menu__item-submenu-offset"></div>
<a class="menu__item-link" href="">
<div class="menu__item-icon"><img
srcset="{{ asset('images/languages/language-1.png') }} 1x, {{ asset('images/languages/[email protected]') }} 2x"
src="{{ asset('images/languages/language-1.png') }}" alt=""></div>
English
</a>
</li>
<li class="menu__item">
<!-- This is a synthetic element that allows to adjust the vertical offset of the submenu using CSS. -->
<div class="menu__item-submenu-offset"></div>
<a class="menu__item-link" href="">
<div class="menu__item-icon"><img
srcset="images/languages/language-2.png 1x, images/languages/[email protected] 2x"
src="{{ asset('images/languages/language-2.png') }}" alt=""></div>
Русский
</a>
</li>
<li class="menu__item">
<!-- This is a synthetic element that allows to adjust the vertical offset of the submenu using CSS. -->
<div class="menu__item-submenu-offset"></div>
<a class="menu__item-link" href="">
<div class="menu__item-icon"><img
srcset="images/languages/language-3.png 1x, images/languages/[email protected] 2x"
src="images/languages/language-3.png" alt=""></div>
Turkmence
</a>
</li>
</ul>
</div>
<!-- .menu / end -->
</div>
</div>
</div>
</div>
</div>
<div class="site-header__nav-panel">
<!-- data-sticky-mode - one of [pullToShow, alwaysOnTop] -->
<div class="nav-panel nav-panel--sticky" data-sticky-mode="pullToShow">
<div class="nav-panel__container container">
<div class="nav-panel__row">
@if ( request()->is('/'))
<div class="nav-panel__departments">
<!-- .departments -->
<div class="departments departments--open departments--fixed "
data-departments-fixed-by=".block-slideshow">
<div class="departments__body">
<div class="departments__links-wrapper">
<div class="departments__submenus-container"></div>
<ul class="departments__links">
@foreach($rcategories as $rcategory)
<li class="departments__item">
<a class="departments__item-link" href="{{ route('product.category', ['slug' => $rcategory->slug]) }}">
{{ $rcategory->name }}
@if($rcategory->children->count()>0)
<svg class="departments__item-arrow" width="6px" height="9px"> <use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-right-6x9') }}"></use> </svg>
@endif
</a>
@if($rcategory->children->count()>0)
<div class="departments__submenu departments__submenu--type--megamenu departments__submenu--size--lg">
<!-- .megamenu -->
<div class="megamenu megamenu--departments">
<div class="megamenu__body">
<div class="row">
<div class="col-5">
<ul class="megamenu__links megamenu__links--level--0">
<li class="megamenu__item megamenu__item--with-submenu">
<a href="{{ route('shop', ['id' => $rcategory->id]) }}">
{{ $rcategory->name }}
</a>
<ul class="megamenu__links megamenu__links--level--1">
@foreach($rcategory->children as $category)
<li class="megamenu__item">
<a href="{{ route('shop', ['id' => $category->id]) }}">
{{$category->name}}
</a>
</li>
@endforeach
</ul>
</li>
</ul>
</div>
<div class="col-7">
<img src="{{ asset('images/categories'. '/'. $rcategory->image) }}" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
<!-- .megamenu / end -->
</div>
@endif
</li>
@endforeach
</ul>
</div>
</div>
<button class="departments__button">
<svg class="departments__button-icon" width="18px" height="14px">
<use xlink:href="images/sprite.svg#menu-18x14"></use>
</svg>
Shop By Category
<svg class="departments__button-arrow" width="9px" height="6px">
<use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-down-9x6') }}"></use>
</svg>
</button>
</div>
<!-- .departments / end -->
</div>
@endif
@if(!request()->is('/'))
<livewire:shop-category-component />
@endif
<!-- .nav-links -->
<div class="nav-panel__nav-links nav-links">
<ul class="nav-links__list">
<li class="nav-links__item ">
<a class="nav-links__item-link" href="/" wire:navigate>
<div class="nav-links__item-body">
Home
</div>
</a>
</li>
<li class="nav-links__item">
<a class="nav-links__item-link" href="{{ route('shop') }}" wire:navigate>
<div class="nav-links__item-body">
Shop
</div>
</a>
</li>
<li class="nav-links__item nav-links__item--has-submenu ">
<a class="nav-links__item-link" href="/">
<div class="nav-links__item-body">
Services
</div>
</a>
</li>
<li class="nav-links__item nav-links__item--has-submenu ">
<a class="nav-links__item-link" href="{{ route('posts') }}" wire:navigate>
<div class="nav-links__item-body">
News
</div>
</a>
</li>
<li class="nav-links__item nav-links__item--has-submenu ">
<a class="nav-links__item-link" href="{{ route('contacts') }}" wire:navigate>
<div class="nav-links__item-body">
Contact us
</div>
</a>
</li>
<li class="nav-links__item ">
<a class="nav-links__item-link"
href="{{ route('about-us') }}" wire:navigate>
<div class="nav-links__item-body">
About us
</div>
</a>
</li>
</ul>
</div>
<!-- .nav-links / end -->
<div class="nav-panel__indicators">
<div class="indicator">
<livewire:compare-icon-component />
</div>
<div class="indicator">
<livewire:wishlist-icon-component />
</div>
<div class="indicator indicator--trigger--click">
<livewire:cart-icon-component />
</div>
<div class="indicator indicator--trigger--click">
<a href="#" class="indicator__button">
<span class="indicator__area">
<svg width="20px" height="20px">
<use xlink:href="{{ asset('images/sprite.svg#person-20') }}"></use>
</svg>
</span>
</a>
<div class="indicator__dropdown">
<livewire:user-component />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- desktop site__header / end -->
<!-- site__body -->
<div class="site__body">
<!-- .block-slideshow -->
{{ $slot}}
<!-- .block-product-columns / end -->
</div>
<!-- site__body / end -->
<!-- site__footer -->
<footer class="site__footer">
<div class="site-footer">
<div class="container">
<div class="site-footer__widgets">
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="site-footer__widget footer-contacts">
<h5 class="footer-contacts__title">Contact Us</h5>
<div class="footer-contacts__text">
</div>
<ul class="footer-contacts__contacts">
<li><i class="footer-contacts__icon fas fa-globe-americas"></i> Täze zaman köçesi 180/2 jaýy, Bagtyýarlyk etrap, Aşgabat, Türkmenistan</li>
<li><i class="footer-contacts__icon far fa-envelope"></i> [email protected]
</li>
<li><i class="footer-contacts__icon fas fa-mobile-alt"></i> (+993) 12 24-77-80,
(+993) 12 24-77-81</li>
<li><i class="footer-contacts__icon far fa-clock"></i> Mon-Fri 08:00 - 18:00
<i class="footer-contacts__icon far fa-clock"></i> Sat 08:00 - 17:00
</li>
</ul>
</div>
</div>
<div class="col-6 col-md-3 col-lg-2">
<div class="site-footer__widget footer-links">
<h5 class="footer-links__title">Information</h5>
<ul class="footer-links__list">
<li class="footer-links__item"><a href="{{ route('about-us') }}" class="footer-links__link">About
Us</a></li>
<li class="footer-links__item"><a href="" class="footer-links__link">News</a></li>
<li class="footer-links__item"><a href="" class="footer-links__link">Brands</a>
</li>
<li class="footer-links__item"><a href="{{ route('contacts') }}" class="footer-links__link">Contact
Us</a></li>
<li class="footer-links__item"><a href="" class="footer-links__link">Services</a></li>
</ul>
</div>
</div>
<div class="col-12 col-md-12 col-lg-4">
<div class="site-footer__widget footer-newsletter">
<h5 class="footer-newsletter__title">Newsletter</h5>
<div class="footer-newsletter__text">
</div>
<form action="" class="footer-newsletter__form">
<label class="sr-only" for="footer-newsletter-address">Email Address</label>
<input type="text" class="footer-newsletter__form-input form-control"
id="footer-newsletter-address" placeholder="Email Address...">
<button
class="footer-newsletter__form-button btn btn-primary">Subscribe</button>
</form>
<div class="footer-newsletter__text footer-newsletter__text--social">
Follow us on social networks
</div>
<!-- social-links -->
<div
class="social-links footer-newsletter__social-links social-links--shape--circle">
<ul class="social-links__list">
<li class="social-links__item">
<a class="social-links__link social-links__link--type--rss" href=""
target="_blank">
<i class="fas fa-rss"></i>
</a>
</li>
<li class="social-links__item">
<a class="social-links__link social-links__link--type--youtube" href=""
target="_blank">
<i class="fab fa-youtube"></i>
</a>
</li>
<li class="social-links__item">
<a class="social-links__link social-links__link--type--facebook" href=""
target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="social-links__item">
<a class="social-links__link social-links__link--type--twitter" href=""
target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="social-links__item">
<a class="social-links__link social-links__link--type--instagram"
href="" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
<!-- social-links / end -->
</div>
</div>
</div>
</div>
<div class="site-footer__bottom">
<div class="site-footer__copyright">
<!-- copyright -->
Powered by <a href="/"
target="_blank">Kendir</a>
<!-- copyright / end -->
</div>
<div class="site-footer__payments">
<img src="{{ asset('images/payments.png') }}" alt="">
</div>
</div>
</div>
<div class="totop">
<div class="totop__body">
<div class="totop__start"></div>
<div class="totop__container container"></div>
<div class="totop__end">
<button type="button" class="totop__button">
<svg width="13px" height="8px">
<use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-up-13x8') }}"></use>
</svg>
</button>
</div>
</div>
</div>
</div>
</footer>
<!-- site__footer / end -->
</div>
<!-- site / end -->
<!-- quickview-modal -->
<div id="quickview-modal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-xl">
<div class="modal-content"></div>
</div>
</div>
<!-- quickview-modal / end -->
<!-- mobilemenu -->
<div class="mobilemenu">
<div class="mobilemenu__backdrop"></div>
<div class="mobilemenu__body">
<div class="mobilemenu__header">
<div class="mobilemenu__title">Menu</div>
<button type="button" class="mobilemenu__close">
<svg width="20px" height="20px">
<use xlink:href="{{ asset('images/sprite.svg#cross-20') }}"></use>
</svg>
</button>
</div>
<div class="mobilemenu__content">
<ul class="mobile-links mobile-links--level--0" data-collapse
data-collapse-opened-class="mobile-links__item--open">
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="/" class="mobile-links__item-link">Home</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="" class="mobile-links__item-link">
{{ __('Categories') }}
</a>
<button class="mobile-links__item-toggle" type="button" data-collapse-trigger>
<svg class="mobile-links__item-arrow" width="12px" height="7px">
<use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-down-12x7') }}"></use>
</svg>
</button>
</div>
<div class="mobile-links__item-sub-links" data-collapse-content>
<ul class="mobile-links mobile-links--level--1">
@foreach($categories as $category)
@if($category->parent_id == 0)
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="" class="mobile-links__item-link">
{{ $category->name }}
</a>
@if($category->children->count() > 0)
<button class="mobile-links__item-toggle" type="button" data-collapse-trigger>
<svg class="mobile-links__item-arrow" width="12px" height="7px">
<use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-down-12x7') }}"></use>
</svg>
</button>
@endif
</div>
@if($category->children->count() > 0)
<div class="mobile-links__item-sub-links" data-collapse-content>
<ul class="mobile-links mobile-links--level--2">
@foreach($category->children as $subcategory)
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a wire:navigate href="{{ route('shop', ['id' => $subcategory->id]) }}" class="mobile-links__item-link">{{ $subcategory->name }}</a>
</div>
</li>
@endforeach
</ul>
</div>
@endif
</li>
@endif
@endforeach
</ul>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('shop') }}" class="mobile-links__item-link">Shop</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('posts') }}" class="mobile-links__item-link">{{__('News')}}</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="#" class="mobile-links__item-link">
Account
</a>
<button class="mobile-links__item-toggle" type="button" data-collapse-trigger>
<svg class="mobile-links__item-arrow" width="12px" height="7px">
<use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-down-12x7') }}"></use>
</svg>
</button>
</div>
<div class="mobile-links__item-sub-links" data-collapse-content>
<ul class="mobile-links mobile-links--level--1">
@guest()
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('register') }}" class="mobile-links__item-link" wire:navigate>Login/Register</a>
</div>
</li>
@endguest
@auth()
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="a{{ route('dashboard') }}" class="mobile-links__item-link" wire:navigate>Dashboard</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('edit-profile') }}" class="mobile-links__item-link" wire:navigate>Edit Profile</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('order-history') }}" class="mobile-links__item-link" wire:navigate>Order History</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('addresses') }}" class="mobile-links__item-link" wire:navigate>Address
Book</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('edit-address') }}" class="mobile-links__item-link" wire:navigate>Edit
Address</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="{{ route('password') }}" class="mobile-links__item-link" wire:navigate>Change
Password</a>
</div>
</li>
<livewire:mobile-logout-component />
@endauth
</ul>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a data-collapse-trigger class="mobile-links__item-link">Language</a>
<button class="mobile-links__item-toggle" type="button" data-collapse-trigger>
<svg class="mobile-links__item-arrow" width="12px" height="7px">
<use xlink:href="{{ asset('images/sprite.svg#arrow-rounded-down-12x7') }}"></use>
</svg>
</button>
</div>
<div class="mobile-links__item-sub-links" data-collapse-content>
<ul class="mobile-links mobile-links--level--1">
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="" class="mobile-links__item-link">English</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="" class="mobile-links__item-link">Русский</a>
</div>
</li>
<li class="mobile-links__item" data-collapse-item>
<div class="mobile-links__item-title">
<a href="" class="mobile-links__item-link">Turkmence</a>
</div>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- mobilemenu / end -->
<div class="mobile-footer">
<div class="mobile-list">
<ul class="mobile-ul">
<li>
<a href="/" class="{{ request()->is('/')? 'active':'' }}" wire:navigate>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home center"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
<span>{{__('Home')}}</span>
</a>
</li>
<li>
<a href="{{ route('shop') }}" class="{{ request()->is('shop')? 'active':'' }}" wire:navigate>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-justify center"><line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line></svg>
<span>{{ __('Shop') }}</span>
</a>
</li>
<li>
<a href="{{ route('cart') }}" class="{{ request()->is('cart')? 'active':'' }}" wire:navigate>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-bag center"><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path></svg>
<span>Cart</span>
</a>
</li>
<li>
<a href="{{ route('wishlist') }}" class="{{ request()->is('wishlist')? 'active':'' }}" wire:navigate>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart center"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>
<span>Wishlist</span>
</a>
</li>
@auth()
<li>
<a href="{{ route('dashboard') }}" class="{{ request()->is('dashboard')? 'active':'' }}" wire:navigate>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user center"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
<span>Account</span>
</a>
</li>
@endauth
@guest()
<li>
<a href="{{ route('register') }}" class="{{ request()->is('dashboard')? 'active':'' }}" wire:navigate>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user center"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
<span>Login</span>
</a>
</li>
@endguest
</ul>
</div>
</div> </body>
<!-- js -->
<script src="{{asset('vendor/bootstrap/js/bootstrap.bundle.min.js')}}"></script>
<script src="{{asset('vendor/owl-carousel/owl.carousel.js')}}"></script>
<script src="{{asset('vendor/nouislider/nouislider.min.js')}}"></script>
<script src="{{asset('vendor/photoswipe/photoswipe.min.js')}}"></script>
<script src="{{asset('vendor/photoswipe/photoswipe-ui-default.min.js')}}"></script>
{{-- <script src="{{asset('vendor/select2/js/select2.min.js')}}"></script> --}}
<script src="{{asset('js/number.js')}}"></script>
<script src="{{asset('js/main.js')}}"></script>
<script src="{{asset('js/header.js')}}"></script>
<script src="{{asset('vendor/svg4everybody/svg4everybody.min.js')}}"></script>
<script>
svg4everybody();
</script>
@stack('priceFilter')
@stack('zoom')
</body>
</html>