{{-- Header --}}
{{-- Container --}}
@if (config('layout.header.self.display')) @php $kt_logo_image = 'logo-light.png'; @endphp @if (config('layout.header.self.theme') === 'light') @php $kt_logo_image = 'logo-dark.png' @endphp @elseif (config('layout.header.self.theme') === 'dark') @php $kt_logo_image = 'logo-light.png' @endphp @endif {{-- Header Menu --}}
@if(config('layout.aside.self.display') == false) @endif @if (explode(".",Route::currentRouteName())[0] == 'agente')
@php $hide = false; $pausedMin = '00'; $pausedSecs = '00'; if ($isPaused['paused'] == true) { $hide = true; $pausedMin = date("i", strtotime($isPaused['time'])); $pausedSecs = date("s", strtotime($isPaused['time'])); } @endphp @else
@endif
@else
@endif @include('layout.partials.extras._topbar')