@if(!empty($siteSettings['site_favicon'])) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.header')
404 ERROR - PAGE NOT FOUND

Oops! That link seems to be Broken.

The page you are looking for might have been removed or moved. Don't worry, we're here to help you get back on track!

@include('partials.modules.domain_search', [ 'content' => [ 'title' => 'Looking for a domain name?', 'subtitle' => 'Check availability and register your perfect domain name instantly.' ] ]) @include('partials.modules.hosting_plans', [ 'content' => [ 'heading' => 'Explore Our Top Hosting Plans', 'subheading' => 'While you are here, check out our best-selling performance hosting solutions.' ] ])

Other Helpful Resources

Find what you need in our knowledge center.

@php $resources = [ ['icon' => 'fa-book-reader', 'title' => 'Knowledgebase', 'url' => (rtrim($siteSettings['whmcs_url'] ?? '', '/') . '/index.php?rp=/knowledgebase'), 'desc' => 'Step-by-step guides and tutorials for all services.'], ['icon' => 'fa-newspaper', 'title' => 'Official Blog', 'url' => '/blog', 'desc' => 'Latest news, updates, and hosting tips.'], ['icon' => 'fa-ticket-alt', 'title' => 'Support Tickets', 'url' => (rtrim($siteSettings['whmcs_url'] ?? '', '/') . '/submitticket.php'), 'desc' => 'Our experts are ready to help you 24/7/365.'], ['icon' => 'fa-users', 'title' => 'About Us', 'url' => '/about-us', 'desc' => 'Learn more about our journey and infrastructure.'] ]; @endphp @foreach($resources as $res)

{{ $res['title'] }}

{{ $res['desc'] }}

@endforeach
@include('partials.footer') @stack('scripts')