HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/inventorypacket.com/resources/src/views/app/pages/NotAuthorize.vue
<template>
  <b-row>
    <b-col>
      <div class="not-found-wrap text-center">
        <h1 class="text-60">
          403
        </h1>
        <p class="text-36 subheading mb-3">{{$t('Error')}}</p>
        <p class="mb-5  text-muted text-18">
          {{$t('you_are_not_authorized')}}
        </p>
        <a class="btn btn-lg btn-primary btn-rounded" href="/"
          >{{$t('Go_back_to_home')}}</a
        >
      </div>
    </b-col>
  </b-row>
</template>
<script>
export default {
  metaInfo: {
    // if no subcomponents specify a metaInfo.title, this title will be used
    title: "403 Not Authorized"
  }
};
</script>