@vite(['resources/sass/app.scss', 'resources/js/app.js']) @livewireStyles @yield('style') @stack('styles')
{{-- @include('tenant.partial.agent.sidebar')--}}
@php $checkVoice = \App\Models\Tenant\AgentRole::where('user_id',auth()->id())->where('platform','Voice')->first(); @endphp @if($checkVoice->queue == 1) @include('tenant.partial.agent.voice') @endif @include('tenant.partial.agent.navbar')
@yield('content')
@livewireScripts @yield('script') @stack('scripts') {{----}}