re-check final
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<?php $appName = \App\Models\AppSetting::getAppName() ?? 'Glastree'; ?>
|
||||
<?php $__env->startSection('title', 'Backup - ' . $appName); ?>
|
||||
<?php $__env->startSection('page_title', 'Backup e Migrazione'); ?>
|
||||
<?php $__env->startSection('breadcrumbs'); ?>
|
||||
@@ -244,4 +245,4 @@
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.adminlte', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/glastree/resources/views/admin/backup/index.blade.php ENDPATH**/ ?>
|
||||
<?php echo $__env->make('admin.layout', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/glastree/resources/views/admin/backup/index.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user