{{ appLogoImage(['class' => 'sidebar-logo']) }}
{{ config('app.name') }}
@include('layouts.partials.lang-switcher')
  • {!! html_link_to_route('home', trans('nav_menu.dashboard'), [], ['icon' => 'dashboard']) !!}
  • {!! html_link_to_route('jobs.index', trans('job.on_progress').' '.AdminDashboard::onProgressJobCount(auth()->user()).'', [], ['icon' => 'tasks']) !!}
  • @can('manage_agency')
  • {!! html_link_to_route('projects.index', trans('project.projects').' ', [], ['icon' => 'table']) !!} @include('view-components.sidebar-project-list-links')
  • {!! html_link_to_route('reports.payments.yearly', trans('dashboard.yearly_earnings'), [], ['icon' => 'line-chart']) !!}
  • {!! html_link_to_route('reports.current-credits', trans('dashboard.receiveable_earnings'), [], ['icon' => 'money']) !!}
  • {!! html_link_to_route('users.calendar', trans('nav_menu.calendar'), [], ['icon' => 'calendar']) !!}
  • {!! html_link_to_route('subscriptions.index', trans('subscription.subscription'), [], ['icon' => 'retweet']) !!}
  • {!! html_link_to_route('invoices.index', trans('invoice.list'), [], ['icon' => 'table']) !!}
  • {!! html_link_to_route('payments.index', trans('payment.payments'), [], ['icon' => 'money']) !!}
  • {!! html_link_to_route('customers.index', trans('customer.list'), [], ['icon' => 'users']) !!}
  • {!! html_link_to_route('vendors.index', trans('vendor.list'), [], ['icon' => 'users']) !!}
  • {!! html_link_to_route('backups.index', trans('backup.list'), [], ['icon' => 'refresh']) !!}
  • @else
  • {!! html_link_to_route('projects.index', trans('project.projects'), [], ['icon' => 'table']) !!}
  • @endcan
  • {!! html_link_to_route('auth.change-password', trans('auth.change_password'), [], ['icon' => 'lock']) !!}
  • {!! html_link_to_route('auth.logout', trans('auth.logout'), [], ['icon' => 'sign-out']) !!}