PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 7a85c16a656c86bff0afbfaa99abdf79.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.settings')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex flex-column"> <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('layouts.errors', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="card"> <div class="card-body d-md-flex"> <?php echo $__env->make('settings.front_cms.front_cms_menu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(Form::open(['route' => ['setting.update.theme'], 'method' => 'post'])); ?> <?php echo $__env->make('settings/theme_config/theme_configuration', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(Form::close()); ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/settings/theme_config/index.blade.php ENDPATH**/ ?>
SAVE
CANCEL