@include('tenant.layouts.partials.header')
@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 : ''; $enterPermissions = auth()->user()->enterPermissions; $default_favicon = 'images/iconoPNG.png'; $default_favicon_version = file_exists(public_path($default_favicon)) ? filemtime(public_path($default_favicon)) : time(); @endphp
{{-- Force cache bust when app version changes --}} {{-- --}} {{-- --}}
@endif
@endif
@stack('scripts')
{{--
--}}