HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/www/printmanager/storage/framework/views/a8eb35003fdef8d92616a25493218c16.php
 <aside class="sidebar">
     <div class="p-lg">
         <div class="nav-brand mb-lg text-center">
             <a href="<?php echo e(route('dashboard')); ?>" class="text-center">
                 <?php if (isset($component)) { $__componentOriginal8892e718f3d0d7a916180885c6f012e7 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal8892e718f3d0d7a916180885c6f012e7 = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.application-logo','data' => ['class' => 'block h-9 w-auto fill-current text-gray-800 dark:text-gray-200 text-center']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('application-logo'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['class' => 'block h-9 w-auto fill-current text-gray-800 dark:text-gray-200 text-center']); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal8892e718f3d0d7a916180885c6f012e7)): ?>
<?php $attributes = $__attributesOriginal8892e718f3d0d7a916180885c6f012e7; ?>
<?php unset($__attributesOriginal8892e718f3d0d7a916180885c6f012e7); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8892e718f3d0d7a916180885c6f012e7)): ?>
<?php $component = $__componentOriginal8892e718f3d0d7a916180885c6f012e7; ?>
<?php unset($__componentOriginal8892e718f3d0d7a916180885c6f012e7); ?>
<?php endif; ?>
             </a>
         </div>
 
         <nav class="sidebar-nav">
             
             <div class="nav-item">
                 <a href="<?php echo e(route('dashboard')); ?>" class="nav-link <?php echo e(request()->routeIs('dashboard*') ? 'active' : ''); ?>">
                     <i class="fas fa-tachometer-alt"></i>
                     <?php echo e(__('Dashboard')); ?>

                 </a>
             </div>
 
             
             <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_customers')): ?>
             <div class="nav-item">
                 <a href="<?php echo e(route('customers.index')); ?>" class="nav-link <?php echo e(request()->routeIs('customers.index') ? 'active' : ''); ?>">
                     <i class="fas fa-users-rectangle"></i>
                     <?php echo e(__('Manage Customers')); ?>

                 </a>
             </div>
             <?php endif; ?>
 
             
             <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_users')): ?>
             <div class="nav-item">
                 <a href="<?php echo e(route('users.index')); ?>" class="nav-link <?php echo e(request()->routeIs('users.index') ? 'active' : ''); ?>">
                     <i class="fas fa-users"></i>
                     <?php echo e(__('Manage Users')); ?>

                 </a>
             </div>
             <?php endif; ?>
 
             <!-- <div class="nav-item">
                 <a href="<?php echo e(route('printer-type.index')); ?>" class="nav-link <?php echo e(request()->routeIs('printer-type.index') ? 'active' : ''); ?>">
                     <i class="fas fa-teletype"></i>
                     <?php echo e(__('Manage Printer Type')); ?>

                 </a>
             </div> -->
 
             
             <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage_printers')): ?>
             <div class="nav-item">
                 <a href="<?php echo e(route('printers.index')); ?>" class="nav-link <?php echo e(request()->routeIs('printers.index') ? 'active' : ''); ?>">
                     <i class="fas fa-print"></i>
                     <?php echo e(__('Manage Printers')); ?>

                 </a>
             </div>
             <?php endif; ?>
 
             <!-- <div class="nav-item">
                 <a href="<?php echo e(route('vendors.index')); ?>" class="nav-link <?php echo e(request()->routeIs('vendors.index') ? 'active' : ''); ?>">
                     <i class="fas fa-print"></i>
                     <?php echo e(__('Vendors')); ?>

                 </a>
             </div> -->
 
             
             <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('monitoring_settings')): ?>
             <div class="nav-item">
                 <a href="<?php echo e(route('settings.index')); ?>" class="nav-link <?php echo e(request()->routeIs('settings.index') ? 'active' : ''); ?>">
                     <i class="fas fa-cog"></i>
                     <?php echo e(__('Monitoring Settings')); ?>

                 </a>
             </div>
             <?php endif; ?>
 
             
             <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('notification_settings')): ?>
             <div class="nav-item">
                 <a href="<?php echo e(route('email-settings.index')); ?>" class="nav-link <?php echo e(request()->routeIs('email-settings.index') ? 'active' : ''); ?>">
                     <i class="fas fa-cog"></i>
                     <?php echo e(__('Notification Settings')); ?>

                 </a>
             </div>
             <?php endif; ?>
 
             
             <div class="nav-item">
                 <a href="<?php echo e(route('profile.edit')); ?>" class="nav-link <?php echo e(request()->routeIs('profile.edit') ? 'active' : ''); ?>">
                     <i class="fas fa-user-edit"></i>
                     <?php echo e(__('Profile')); ?>

                 </a>
             </div>
             <div class="nav-item">
                 <form method="POST" action="<?php echo e(route('logout')); ?>">
                     <?php echo csrf_field(); ?>
                     <?php if (isset($component)) { $__componentOriginal68cb1971a2b92c9735f83359058f7108 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal68cb1971a2b92c9735f83359058f7108 = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dropdown-link','data' => ['class' => 'nav-link','href' => route('logout'),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('dropdown-link'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['class' => 'nav-link','href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('logout')),'onclick' => 'event.preventDefault(); this.closest(\'form\').submit();']); ?>
                         <i class="fas fa-sign-out"></i>
                         <?php echo e(__(' Log Out')); ?>

                      <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal68cb1971a2b92c9735f83359058f7108)): ?>
<?php $attributes = $__attributesOriginal68cb1971a2b92c9735f83359058f7108; ?>
<?php unset($__attributesOriginal68cb1971a2b92c9735f83359058f7108); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal68cb1971a2b92c9735f83359058f7108)): ?>
<?php $component = $__componentOriginal68cb1971a2b92c9735f83359058f7108; ?>
<?php unset($__componentOriginal68cb1971a2b92c9735f83359058f7108); ?>
<?php endif; ?>
                 </form>
             </div>
         </nav>
     </div>
 </aside>
 
 
 
<?php /**PATH /home/posscale/public_html/printmanager/resources/views/layouts/navigation.blade.php ENDPATH**/ ?>