whoami7 - Manager
:
/
home
/
n170823s
/
.trash
/
storage
/
framework
/
views
/
Upload File:
files >> /home/n170823s/.trash/storage/framework/views/f7cecb8974c9e8261d9678b85c1b8a4a.php
<?php $__env->startSection('content'); ?> <div class="row mb-3"> <div class="page-title-right"> <h4 class="page-title">About Us Page</h4> </div> <div class="col-12 text-end"> <?php if($aboutus): ?> <a href="<?php echo e(route('about-us.edit', $aboutus->id)); ?>" class="btn btn-primary">✏️ Edit About Us</a> <?php else: ?> <a href="<?php echo e(route('about-us.create')); ?>" class="btn btn-success">+ Add New</a> <?php endif; ?> </div> </div> <div class="row"> <div class="col-12"> <div class="card-box"> <div class="row"> <div class="col-12"> <div class="card-box"> <?php if($aboutus): ?> <h4 class="header-title mb-3">About Us Details</h4> <?php if($aboutus->image): ?> <p class="mt-3"><strong>Main Image:</strong></p> <img src="<?php echo e(asset('uploads/about_us/' . $aboutus->image)); ?>" alt="Home Image" style="max-width: 300px;"> <?php endif; ?> <p class="mt-3"><strong>Description:</strong></p> <div><?php echo $aboutus->description; ?></div> <hr> <p class="mt-3"><strong>Home Description:</strong></p> <div><?php echo $aboutus->home_description; ?></div> <hr> <p class="mt-3"><strong>Our Mission:</strong></p> <div><?php echo $aboutus->our_mission; ?></div> <hr> <p class="mt-3"><strong>Our Vision:</strong></p> <div><?php echo $aboutus->our_vision; ?></div> <?php if($aboutus->commitments): ?> <?php $commitments = json_decode($aboutus->commitments, true); ?> <?php if(is_array($commitments) && count($commitments)): ?> <hr> <h5><strong>Commitment</strong></h5> <?php $__currentLoopData = $commitments; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $commitment): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="mb-3"> <h6><strong><?php echo e($commitment['question'] ?? ''); ?></strong></h6> <p><?php echo e($commitment['answer'] ?? ''); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <p>No commitment data available.</p> <?php endif; ?> <?php endif; ?> <?php else: ?> <p class="text-muted">No About Us data available. Please click "Add New" to create one. </p> <?php endif; ?> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layout.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH C:\amor\resources\views/admin/aboutus/index.blade.php ENDPATH**/ ?>
Copyright ©2021 || Defacer Indonesia