PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 4295fb5be83e5adb768b445e9033b3b9.php
<div class="design-left-links"> <button type="button" class="left-links-btn p-3" data-mdb-collapse-init data-mdb-toggle="collapse" data-mdb-target="#design-links" aria-expanded="false"> <?php echo e(__('Design')); ?> <span> <svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.375 13.1802L10.625 8.93018L6.375 4.68018" stroke="black" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> </button> <!-- Collapsed content --> <div class="collapse show" id="design-links"> <ul> <li><a href="<?php echo e(route('dashboard.design.index')); ?>#profileSection" class="p-3"> <?php echo e(__('Profile')); ?> </a> </li> <li><a href="<?php echo e(route('dashboard.design.index')); ?>#themesSection" class="p-3"> <?php echo e(__('Themes')); ?> </a> </li> <li><a href="<?php echo e(route('dashboard.design.index')); ?>#generalSection" class="p-3"> <?php echo e(__('General')); ?> </a> </li> <li><a href="<?php echo e(route('dashboard.design.index')); ?>#buttonsSection" class="p-3"> <?php echo e(__('Buttons')); ?> </a> </li> <li><a href="<?php echo e(route('dashboard.design.index')); ?>#headerSection" class="p-3"> <?php echo e(__('Header')); ?> </a> </li> <li><a href="<?php echo e(route('dashboard.design.index')); ?>#socialAccountsSection" class="p-3"> <?php echo e(__('Social Accounts')); ?> </a></li> </ul> </div> <button type="button" class="left-links-btn p-3" data-mdb-collapse-init data-mdb-toggle="collapse" data-mdb-target="#community-links" aria-expanded="false"> <?php echo e(__('Community')); ?> <span> <svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.375 13.1802L10.625 8.93018L6.375 4.68018" stroke="black" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> </button> <!-- Collapsed content --> <div class="collapse" id="community-links"> <ul> <li><a href="<?php echo e(route('dashboard.profile.index')); ?>" class="p-3"><?php echo e(__('Profile')); ?></a></li> </ul> </div> <button type="button" class="left-links-btn p-3 last-collapse" data-mdb-collapse-init data-mdb-toggle="collapse" data-mdb-target="#settings-links" aria-expanded="false"> <?php echo e(__('Settings')); ?> <span> <svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.375 13.1802L10.625 8.93018L6.375 4.68018" stroke="black" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> </button> <!-- Collapsed content --> <div class="collapse" id="settings-links"> <ul> <li><a href="<?php echo e(route('dashboard.settings.index')); ?>#GeneralSection" class="p-3"><?php echo e(__('General')); ?></a></li> <li><a href="<?php echo e(route('dashboard.settings.index')); ?>#seoSection" class="p-3"><?php echo e(__('SEO')); ?></a> </li> <li><a href="<?php echo e(route('dashboard.settings.index')); ?>#IntegrationsSection" class="p-3"><?php echo e(__('Integrations')); ?></a></li> <li><a href="<?php echo e(route('dashboard.qr-design.index')); ?>" class="p-3"><?php echo e(__('QR Design')); ?></a></li> </ul> </div> </div> <?php /**PATH /home/rwabtee/project/resources/views/dashboard/partials/aside-navigation.blade.php ENDPATH**/ ?>
SAVE
CANCEL