Add email tool tracking

This commit is contained in:
2023-12-07 12:49:45 +08:00
parent 46b07de8b8
commit 84a96833ff
48 changed files with 320 additions and 114 deletions

View File

@@ -4,8 +4,8 @@
<div class="container-xl">
<ul class="navbar-nav">
<li class="nav-item @if (request()->routeIs('home')) active @endif">
<a class="nav-link" href="{{ route('home') }}">
<li class="nav-item @if (request()->routeIs('front.home')) active @endif">
<a class="nav-link" href="{{ route('front.home') }}">
<span
class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-door-exit"
@@ -44,7 +44,7 @@ class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from ht
</a>
</li>
--}}
<li class="nav-item @if (request()->routeIs('posts.manage')) active @endif">
{{-- <li class="nav-item @if (request()->routeIs('posts.manage')) active @endif">
<a class="nav-link" href="{{ route('posts.manage') }}">
<span
class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
@@ -64,7 +64,7 @@ class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from ht
{{ __('Posts') }}
</span>
</a>
</li>
</li> --}}
{{--
<li class="nav-item @if (request()->routeIs('users.index')) active @endif">
<a class="nav-link" href="{{ route('users.index') }}">