@vite(['resources/sass/app.scss', 'resources/js/app.js']) @livewireStyles @stack('styles')
{{-- @include('tenant.partial.agent.sidebar')--}}
{{-- {{$page}}--}} @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')
@stack('content')
@livewireScripts @stack('scripts')