??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: 403.blade.php
@extends('dashboard.layouts.auth') @section('title', "403") @section('content') <div class="app-body amber bg-auto" style="height: 100vh"> <div class="text-center pos-rlt p-y-md"> <h1 class="text-shadow m-a-0 text-white text-4x"> <span class="text-2x font-bold block m-t-lg">403</span> </h1> <h2 class="h1 m-y-lg text-black">{{ __('backend.oops') }}!</h2> <p class="h5 m-y-lg text-u-c font-bold text-black">{{ __('backend.noPermission') }}.</p> <a href="{{ route("adminHome") }}" class="md-btn amber-700 md-raised p-x-md"> <span class="text-white">{{ __('backend.returnTo') }} <i class="material-icons"></i></span> </a> </div> </div> @endsection