@php
$path = explode('/', request()->path());
$path[1] = (array_key_exists(1, $path)> 0)?$path[1]:'';
$path[2] = (array_key_exists(2, $path)> 0)?$path[2]:'';
$path[0] = ($path[0] === '')?'documents':$path[0];
$visual->sidebar_theme = property_exists($visual, 'sidebar_theme')?$visual->sidebar_theme:''
@endphp
{{-- @include('tenant.layouts.partials.header') --}}
@include('tenant.layouts.partials.sidebar')
@include('tenant.layouts.partials.header')
@yield('content')
@include('tenant.layouts.partials.sidebar_styles')
@include('tenant.layouts.partials.check_last_password_update')
@yield('package-contents')
@if($show_ws)
@if(strlen($phone_whatsapp) > 0)