@include('errors._error-shell', [ 'code' => '404', 'eyebrow' => 'Page Not Found', 'title' => 'This page is missing from the journey.', 'message' => 'The page you tried to open does not exist, may have been moved, or the link is no longer active.', 'primaryUrl' => url('/'), 'primaryLabel' => 'Back to Homepage', 'secondaryUrl' => route('contact'), 'secondaryLabel' => 'Contact Us', ])