芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/239109674d40eaa68e0df20882206b97.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Page is not found</title> <!-- CSRF Token --> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <!-- Title --> <title><?php if(!empty($page_builder->meta_title)): ?> <?php echo e($page_builder->meta_title); ?> <?php elseif(isset($seo)): ?> <?php echo e($seo->meta_title); ?> <?php endif; ?></title> <?php if(!empty($favicon->favicon_image)): ?> <!-- Favicon --> <link href="<?php echo e(asset('uploads/img/general/'.$favicon->favicon_image)); ?>" sizes="128x128" rel="shortcut icon" type="image/x-icon" /> <link href="<?php echo e(asset('uploads/img/general/'.$favicon->favicon_image)); ?>" sizes="128x128" rel="shortcut icon" /> <?php else: ?> <!-- Favicon --> <link href="<?php echo e(asset('uploads/img/dummy/favicon.png')); ?>" sizes="128x128" rel="shortcut icon" type="image/x-icon" /> <link href="<?php echo e(asset('uploads/img/dummy/favicon.png')); ?>" sizes="128x128" rel="shortcut icon" /> <?php endif; ?> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <?php if(isset($font)): ?> <!-- Google Fonts --> <link href="<?php echo e($font->text_font_link); ?>" rel="stylesheet"> <link href="<?php echo e($font->title_font_link); ?>" rel="stylesheet"> <?php else: ?> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet"> <?php endif; ?> <!--// Boostrap v5 //--> <link rel="stylesheet" href="<?php echo e(asset('assets/frontend/vendor/css/bootstrap.min.css')); ?>"> <style> :root { <?php if(isset($color_option)): ?> <?php if($color_option->color_option != 0): ?> --main-color: <?php echo e($color_option->main_color); ?>; --secondary-color: <?php echo e($color_option->secondary_color); ?>; --scroll-button-color: <?php echo e($color_option->scroll_button_color); ?>; --bottom-button-color: <?php echo e($color_option->bottom_button_color); ?>; --bottom-button-hover-color: <?php echo e($color_option->bottom_button_hover_color); ?>; --side-button-color: <?php echo e($color_option->side_button_color); ?>; <?php else: ?> --main-color: #ff4500; --secondary-color: #171718; --scroll-button-color: #00baa3; --bottom-button-color: #212529; --bottom-button-hover-color: #333; --side-button-color: #25d366; <?php endif; ?> <?php else: ?> --main-color: #ff4500; --secondary-color: #171718; --scroll-button-color: #00baa3; --bottom-button-color: #212529; --bottom-button-hover-color: #333; --side-button-color: #25d366; <?php endif; ?> <?php if(isset($font)): ?> --title-font:<?php echo html_entity_decode($font->title_font_family); ?>; --text-font: <?php echo html_entity_decode($font->text_font_family); ?>; <?php else: ?> --title-font: 'Poppins', sans-serif; --text-font: 'Roboto', sans-serif; <?php endif; ?> } </style> <!--// Theme Main Css //--> <link rel="stylesheet" href="<?php echo e(asset('assets/frontend/css/style.css')); ?>"> <!--// Theme Color Css //--> <!-- helper style css file --> <link rel="stylesheet" href="<?php echo e(asset('assets/frontend/css/helper-style.css')); ?>"> <style> #counters { background-image: url(<?php echo e(asset('uploads/img/dummy/bg/counter-bg.png')); ?>); } </style> <?php if(isset($google_analytic)): ?> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo e($google_analytic->google_analytic); ?>"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '<?php echo e($google_analytic->google_analytic); ?>'); </script> <?php endif; ?> <?php echo \Livewire\Mechanisms\FrontendAssets\FrontendAssets::styles(); ?> </head> <body data-bs-spy="scroll" data-bs-target="#fixedNavbar"> <section class="error-404-wrapper section-padding mt-50"> <div class="container"> <div class="row"> <div class="col-lg-6 offset-lg-3 text-center"> <div class="error-content"> <img src="<?php echo e(asset('uploads/img/dummy/404.png')); ?>" alt="404 image"> <h1 class="mt-5 mb-3">Oops! Page not found.</h1> <p>Sorry, an error has occured, Requested page not found!</p> <a href="<?php echo e(url('/')); ?>" class="btn btn-primary btn-lg mt-50">Back To Homepage</a> </div> <div class="leaf"><img src="<?php echo e(asset('uploads/img/dummy/leaf.png')); ?>" alt="leaf image"></div> <div class="leaf-copy"><img src="<?php echo e(asset('uploads/img/dummy/leaf.png')); ?>" alt="leaf image"></div> </div> </div> </div> </section> </body> </html> <?php /**PATH /home/digitalh/public_html/resources/views/errors/404.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage