??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: auth.blade.php
<!DOCTYPE html> <html lang="{{ @Helper::currentLanguage()->code }}" dir="{{ @Helper::currentLanguage()->direction }}"> <head> @include('dashboard.layouts.head') </head> <body class="auth_app_bg"> <div class="app auth_app" id="app"> @yield('content') </div> @include('dashboard.layouts.foot') </body> </html>