Browse Source

Correçao fina em ordem alfabetica

Saas
Matheus.Maia 2 months ago
parent
commit
d21bd8f6ac
  1. 128
      resources/views/layouts/menu.blade.php

128
resources/views/layouts/menu.blade.php

@ -44,29 +44,20 @@
</li>
@endcan
@can('show_filas')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('filas')" :active="request()->routeIs('filas')">
<i class="fas fa-warehouse text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Filas</span>
</x-nav-link>
</li>
@endcan
@can('show_pausas')
@can('show_bots')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('pausas')" :active="request()->routeIs('pausas')">
<i class="fas fa-pause-circle text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Pausas</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('bots.index')" :active="request()->routeIs('bots')">
<i class="fas fa-robot text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Bots</span>
</x-nav-link>
</li>
@endcan
@can('show_templates')
@can('show_channels')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('templates.index')" :active="request()->routeIs('templates.index')">
<i class="fas fa-folder text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Templates</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('channels')" :active="request()->routeIs('channels')">
<i class="fas fa-headphones text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Channels</span>
</x-nav-link>
</li>
@endcan
@ -87,20 +78,29 @@
</x-nav-link>
</li>
@can('show_redirect')
@can('show_empresas')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('redirects.index')" :active="request()->routeIs(['redirects.index', 'redirects.options.index'])">
<i class="fas fa-step-forward text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Redirects</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('empresas.index')" :active="request()->routeIs('empresas.index')">
<i class="fas fa-building text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Empresas</span>
</x-nav-link>
</li>
@endcan
@can('show_pesquisas')
@can('show_filas')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('pesquisas.index')" :active="request()->routeIs(['pesquisas.index', 'redirects.options.index'])">
<i class="fas fa-clipboard text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Pesquisas</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('filas')" :active="request()->routeIs('filas')">
<i class="fas fa-warehouse text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Filas</span>
</x-nav-link>
</li>
@endcan
@can('show_horario')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('horarios.index')" :active="request()->routeIs('horarios.index')">
<i class="fas fa-clock text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Horários</span>
</x-nav-link>
</li>
@endcan
@ -122,42 +122,43 @@
</x-nav-link>
</li>
@endcan
@can('show_empresas')
@can('show_pausas')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('empresas.index')" :active="request()->routeIs('empresas.index')">
<i class="fas fa-building text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Empresas</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('pausas')" :active="request()->routeIs('pausas')">
<i class="fas fa-pause-circle text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Pausas</span>
</x-nav-link>
</li>
@endcan
@can('show_channels')
@can('show_pesquisas')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('channels')" :active="request()->routeIs('channels')">
<i class="fas fa-headphones text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Channels</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('pesquisas.index')" :active="request()->routeIs(['pesquisas.index', 'redirects.options.index'])">
<i class="fas fa-clipboard text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Pesquisas</span>
</x-nav-link>
</li>
@endcan
@can('show_horario')
@can('show_redirect')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('horarios.index')" :active="request()->routeIs('horarios.index')">
<i class="fas fa-clock text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Horários</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('redirects.index')" :active="request()->routeIs(['redirects.index', 'redirects.options.index'])">
<i class="fas fa-step-forward text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Redirects</span>
</x-nav-link>
</li>
@endcan
@can('show_bots')
@can('show_templates')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('bots.index')" :active="request()->routeIs('bots')">
<i class="fas fa-robot text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Bots</span>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('templates.index')" :active="request()->routeIs('templates.index')">
<i class="fas fa-folder text-sm"></i>
<span class="text-[14px] ml-3 text-gray-300">Templates</span>
</x-nav-link>
</li>
@endcan
</ul>
</div>
@endcan
@ -173,6 +174,28 @@
</x-nav-link>
<ul class="submenu hidden">
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio.atendimentosAbandonados.index')" :active="request()->routeIs('relatorio.atendimentosAbandonados.index')">
<i class="fas fa-window-close text-sm"></i>
<span class="text-[14px] ml-2 text-gray-300">Atendimentos Abandonado</span>
</x-nav-link>
</li>
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio.lostAtendimento.index')" :active="request()->routeIs('relatorio.lostAtendimento.index')">
<i class="fas fa-comment-slash text-sm"></i>
<span class="text-[14px] ml-2 text-gray-300">Atendimentos Perdidos</span>
</x-nav-link>
</li>
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio_conversas.index')" :active="request()->routeIs('relatorio_conversas.index')">
<i class="fas fa-comments text-sm"></i>
<span class="text-[14px] ml-2 text-gray-300">Conversas</span>
</x-nav-link>
</li>
@can('show_relatorio_historico_atendimento')
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio.historicoAtendimento.index')" :active="request()->routeIs('relatorio.historicoAtendimento.index')">
@ -189,20 +212,6 @@
</x-nav-link>
</li>
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio.atendimentosAbandonados.index')" :active="request()->routeIs('relatorio.atendimentosAbandonados.index')">
<i class="fas fa-window-close text-sm"></i>
<span class="text-[14px] ml-2 text-gray-300">Atendimentos Abandonado</span>
</x-nav-link>
</li>
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio.lostAtendimento.index')" :active="request()->routeIs('relatorio.lostAtendimento.index')">
<i class="fas fa-comment-slash text-sm"></i>
<span class="text-[14px] ml-2 text-gray-300">Atendimentos Perdidos</span>
</x-nav-link>
</li>
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio.producaoAgentes.index')" :active="request()->routeIs('relatorio.producaoAgentes.index')">
<i class="fas fa-chart-line text-sm"></i>
@ -217,12 +226,7 @@
</x-nav-link>
</li>
<li>
<x-nav-link class="p-2 mt-3 ml-4 flex items-center flex-row rounded-md px-2 md:px-4 duration-300 cursor-pointer hover:bg-blue-600 text-white" :href="route('relatorio_conversas.index')" :active="request()->routeIs('relatorio_conversas.index')">
<i class="fas fa-comments text-sm"></i>
<span class="text-[14px] ml-2 text-gray-300">Conversas</span>
</x-nav-link>
</li>
</ul>
</div>
@endcan

Loading…
Cancel
Save