![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/storage/framework/views/ |
<?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php if($errors->any()): ?> <div class="alert alert-danger"><?php echo e($errors->first()); ?></div> <?php endif; ?> <div class="card mb-5 mb-xl-10"> <div class="card-body pt-9 pb-0"> <div class="d-flex overflow-auto h-55px"> <ul class="nav nav-stretch nav-line-tabs nav-line-tabs-2x border-transparent fs-5 fw-bolder flex-nowrap"> <li class="nav-item"> <a class="nav-link text-active-primary me-6 <?php echo e((isset($sectionName) && $sectionName == 'general') ? 'active' : ''); ?>" href="<?php echo e(route('setting.index',['section' => 'general'])); ?>"><?php echo e(__('messages.setting.general')); ?></a> </li> <li class="nav-item"> <a class="nav-link text-active-primary me-6 <?php echo e((isset($sectionName) && $sectionName == 'contact_information') ? 'active' : ''); ?>" href="<?php echo e(route('setting.index',['section' => 'contact_information'])); ?>"><?php echo e(__('messages.setting.contact_information')); ?></a> </li> </ul> </div> </div> </div> <?php /**PATH /home/corals/clinic.corals.io/resources/views/setting/setting_menu.blade.php ENDPATH**/ ?>