File: //var/www/html/punjabcabs/storage/framework/views/d8f82bbec4791eba8b491c5be09481dd8f7f53ad.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.account_dashboard'); ?></li>
<li>
<a href="<?php echo e(route('account.dashboard')); ?>" class="waves-effect waves-light">
<span class="s-icon"><i class="ti-anchor"></i></span>
<span class="s-text"><?php echo app('translator')->get('admin.dashboard'); ?></span>
</a>
</li>
<li class="menu-title"><?php echo app('translator')->get('admin.account_statement'); ?></li>
<li>
<a href="<?php echo e(route('account.ride.statement')); ?>" 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.overall_ride_statments'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.provider')); ?>" 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.driver_statement'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.today')); ?>" 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.daily_statement'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.monthly')); ?>" 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.monthly_statement'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.yearly')); ?>" 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.yearly_statement'); ?></span>
</a>
</li>
<li class="menu-title"><?php echo app('translator')->get('admin.account'); ?></li>
<li>
<a href="<?php echo e(route('account.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('account.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('/account/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('/account/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('account.dashboard')); ?>">
<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('account.dashboard')); ?>" class="waves-effect waves-light">
<span class="s-icon"><i class="ti-anchor"></i></span>
<span class="s-text"><?php echo app('translator')->get('admin.dashboard'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement')); ?>" 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.overall_ride_statments'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.provider')); ?>" 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.driver_statement'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.today')); ?>" 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.daily_statement'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.monthly')); ?>" 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.monthly_statement'); ?></span>
</a>
</li>
<li>
<a href="<?php echo e(route('account.ride.statement.yearly')); ?>" 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.yearly_statement'); ?></span>
</a>
</li>
<li class="menu-title"><?php echo app('translator')->get('admin.account'); ?></li>
<li>
<a href="<?php echo e(route('account.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('account.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('/account/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('/account/logout')); ?>" method="POST" style="display: none;">
<?php echo e(csrf_field()); ?>
</form>
</li>
</ul>
</div>
</div>