• @lang('menu.dashboard')

  • @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('read_location') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.locations')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('read_category') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.categories')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('read_business_service') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.services')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('read_business_service') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.products')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('read_customer') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.customers')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('read_employee') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.employee')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('create_coupon') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.coupons')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('create_deal') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.deals')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('create_advertisement_banner') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.advertisement')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('create_booking') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.pos')

  • @endif @if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('read_booking') || $user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('create_booking'))
  • @lang('menu.bookings')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_booking') || $user->roles()->withoutGlobalScopes()->first()->hasPermission('create_booking') || $current_emp_role->name == 'administrator')
  • @lang('menu.bookings')
    @lang('menu.calendar')

  • @endif @if (($user->is_admin || $user->is_employee) && !\Session::get('loginRole') && ($current_emp_role->name == 'employee' || $current_emp_role->name == 'administrator'))
  • @lang('menu.todoList')

  • @endif @if (($user->is_employee) && !\Session::get('loginRole') && ($current_emp_role->name == 'employee'))
  • @lang('menu.leaves')

  • @endif @if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('read_report') && !\Session::get('loginRole') || $current_emp_role->name == 'administrator')
  • @lang('menu.reports')

  • @endif
  • @lang('menu.settings')