HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //var/www/html/punjabcabs/storage/framework/views/96a6c1ae01da22d7e3c38943c6ea33795d26b3e4.php
<!-- <div class="site-sidebar">
	<div class="custom-scroll custom-scroll-light">
		<ul class="sidebar-menu">
			<li class="menu-title"><?php echo app('translator')->get('admin.dispatcher_dashboard'); ?></li>
			<li>
				<a href="<?php echo e(route('dispatcher.index')); ?>" class="waves-effect waves-light">
					<span class="s-icon"><i class="ti-target"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.dispatcher_panel'); ?></span>
				</a>
			</li>
			
			<li class="menu-title"><?php echo app('translator')->get('admin.account'); ?></li>
			<li>
				<a href="<?php echo e(route('dispatcher.profile')); ?>" class="waves-effect  waves-light">
					<span class="s-icon"><i class="ti-user"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.account_settings'); ?></span>
				</a>
			</li>
			<li>
				<a href="<?php echo e(route('dispatcher.password')); ?>" class="waves-effect  waves-light">
					<span class="s-icon"><i class="ti-exchange-vertical"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.change_password'); ?></span>
				</a>
			</li>
			<li class="compact-hide">
				<a href="<?php echo e(url('/dispatcher/logout')); ?>"
                            onclick="event.preventDefault();
                                     document.getElementById('logout-form').submit();">
					<span class="s-icon"><i class="ti-power-off"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.logout'); ?></span>
                </a>

                <form id="logout-form" action="<?php echo e(url('/dispatcher/logout')); ?>" method="POST" style="display: none;">
                    <?php echo e(csrf_field()); ?>

                </form>
			</li>
			
		</ul>
	</div>
</div> -->

<div class="site-sidebar">
	<a class="logo" href="<?php echo e(route('dispatcher.index')); ?>">
		<div class="" style="background: url(<?php echo e(Setting::get('site_logo', asset('logo-black.png'))); ?>) no-repeat;"></div>
	</a>
	<div class="custom-scroll custom-scroll-dark">
		<ul class="sidebar-menu">
			<li>
				<a href="<?php echo e(route('dispatcher.index')); ?>" class="waves-effect waves-light">
					<span class="s-icon"><i class="ti-target"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.dispatcher_panel'); ?></span>
				</a>
			</li>
			<li class="menu-title"><?php echo app('translator')->get('admin.account'); ?></li>
			<li>
				<a href="<?php echo e(route('dispatcher.profile')); ?>" class="waves-effect  waves-light">
					<span class="s-icon"><i class="ti-user"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.account_settings'); ?></span>
				</a>
			</li>
			<li>
				<a href="<?php echo e(route('dispatcher.password')); ?>" class="waves-effect  waves-light">
					<span class="s-icon"><i class="ti-exchange-vertical"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.change_password'); ?></span>
				</a>
			</li>
			<li class="compact-hide">
				<a href="<?php echo e(url('/dispatcher/logout')); ?>"
                            onclick="event.preventDefault();
                                     document.getElementById('logout-form').submit();">
					<span class="s-icon"><i class="ti-power-off"></i></span>
					<span class="s-text"><?php echo app('translator')->get('admin.logout'); ?></span>
                </a>

                <form id="logout-form" action="<?php echo e(url('/dispatcher/logout')); ?>" method="POST" style="display: none;">
                    <?php echo e(csrf_field()); ?>

                </form>
			</li>
		</ul>
	</div>
</div>