diff --git a/public/js/403.js b/public/js/403.js index 3375ed0..6c4b5c3 100644 --- a/public/js/403.js +++ b/public/js/403.js @@ -1,7 +1,7 @@ var time = 5; function redirect() { - window.location.replace("https://morblox.us"); + window.location.replace("https://archblox.com"); } function countdown() { diff --git a/resources/views/admin/users.blade.php b/resources/views/admin/users.blade.php index e6d083c..d83175c 100644 --- a/resources/views/admin/users.blade.php +++ b/resources/views/admin/users.blade.php @@ -24,7 +24,7 @@
- Profile Image
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index ae9a3e2..a507a32 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -4,10 +4,10 @@ Login - {{ env('APP_NAME') }} - - - - + + + + @@ -24,9 +24,9 @@
      - MORBLOX LogoARCHBLOX Logo -

      It's MORBLOX time.

      +

      It's ARCHBLOX time.

      diff --git a/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php index 46e10af..6ca630c 100644 --- a/resources/views/errors/403.blade.php +++ b/resources/views/errors/403.blade.php @@ -2,10 +2,10 @@ {{ env('APP_NAME') }} - 403 - - - - + + + + @@ -19,9 +19,9 @@
        - MORBLOX LogoARCHBLOX Logo -

        It's MORBLOX time.

        +

        It's ARCHBLOX time.

        diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 0e00a6d..e4b8155 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -2,10 +2,10 @@ {{ env('APP_NAME') }} - 404 - - - - + + + + @@ -18,9 +18,9 @@
          - MORBLOX LogoARCHBLOX Logo -

          It's MORBLOX time.

          +

          It's ARCHBLOX time.

          diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 5bae5c8..72d2414 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -2,12 +2,12 @@ - {{ env('APP_NAME') }} - It's MORBLOX time. + {{ env('APP_NAME') }} - It's ARCHBLOX time. - - - - + + + + @@ -23,18 +23,18 @@
            - MORBLOX LogoARCHBLOX Logo -

            It's MORBLOX time.

            +

            It's ARCHBLOX time.

            diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 3ee663a..ebd94eb 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -4,10 +4,10 @@ @yield('title') - - - - + + + + @@ -24,7 +24,7 @@ @yield('alert')
            - +

            Admin Panel

            Logged in as: {{ Auth::user()->name }}


            diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index dee3687..384cf92 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -4,10 +4,10 @@ @yield('title') - - - - + + + + @@ -22,9 +22,9 @@