??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: 49ea3f3e2695448b733506b6a9bfa92b.php
<!DOCTYPE html> <html lang="<?php echo e(@Helper::currentLanguage()->code); ?>" dir="<?php echo e(@Helper::currentLanguage()->direction); ?>"> <head> <?php echo $__env->make('dashboard.layouts.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </head> <body class="auth_app_bg"> <div class="app auth_app" id="app"> <?php echo $__env->yieldContent('content'); ?> </div> <?php echo $__env->make('dashboard.layouts.foot', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </body> </html> <?php /**PATH /home/zuuttrav/public_html/core/resources/views/dashboard/layouts/auth.blade.php ENDPATH**/ ?>