??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: master.blade.php
<!DOCTYPE html> <html lang="{{ @Helper::currentLanguage()->code }}" dir="{{ @Helper::currentLanguage()->direction }}"> <head> @include('dashboard.layouts.head') </head> <body> <div class="app" id="app"> @php( $webmailsNewCount= Helper::webmailsNewCount()) @include('dashboard.layouts.menu') <div id="content" class="app-content box-shadow-z0" role="main"> @include('dashboard.layouts.header') @include('dashboard.layouts.footer') <div ui-view class="app-body" id="view"> @include('dashboard.layouts.errors') @yield('content') </div> </div> @include('dashboard.layouts.settings') </div> @include('dashboard.layouts.foot') </body> </html>