<!DOCTYPE html>
<html lang="en">

<head>
    <!-- ========== Meta Tags ========== -->
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="author" content="themedevo">
    <title><?php echo $__env->yieldContent('title', 'Smart Web Elevate | Digital Marketing Services for Growth'); ?></title>
    <meta name="description" content="<?php echo $__env->yieldContent('meta_description', 'Elevate your brand with Smart Web Elevate’s expert digital marketing services. SEO, PPC, content marketing, and social media to enhance your online success.'); ?>" />

    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">

    <meta name="robots" content="noindex" />
    <!-- ======== Page title ============ -->
    <title>TechEdge </title>
    <!--<< Favcion >>-->
    <link rel="shortcut icon" href="<?php echo e(asset('public/frontend/assets/img/favicon.svg')); ?>">
    <!--<< Bootstrap min.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/bootstrap.min.css')); ?>">
    <!--<< All Min Css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/all.min.css')); ?>">
    <!--<< Animate.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/animate.css')); ?>">
    <!--<< Magnific Popup.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/magnific-popup.css')); ?>">
    <!--<< MeanMenu.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/meanmenu.css')); ?>">
    <!--<< Swiper Bundle.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/swiper-bundle.min.css')); ?>">
    <!--<< Nice Select.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/nice-select.css')); ?>">
    <!--<< Icomon.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/icomon.css')); ?>">
    <!--<< Main.css >>-->
    <link rel="stylesheet" href="<?php echo e(asset('public/frontend/assets/css/main.css')); ?>">
    <link rel="canonical" href="https://smartwebelevate.com/" />
</head>

<body>

    <?php echo $__env->make('frontend.layouts.header', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>

    <?php echo $__env->yieldContent('content'); ?>

    <?php echo $__env->make('frontend.layouts.footer', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>



    <!--<< All JS Plugins >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/jquery-3.7.1.min.js')); ?>"></script>
    <!--<< Viewport Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/viewport.jquery.js')); ?>"></script>
    <!--<< Bootstrap Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/bootstrap.bundle.min.js')); ?>"></script>
    <!--<< Nice Select Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/jquery.nice-select.min.js')); ?>"></script>
    <!--<< Waypoints Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/jquery.waypoints.js')); ?>"></script>
    <!--<< Counterup Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/jquery.counterup.min.js')); ?>"></script>
    <!--<< Swiper Slider Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/swiper-bundle.min.js')); ?>"></script>
    <!--<< MeanMenu Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/jquery.meanmenu.min.js')); ?>"></script>
    <!--<< Magnific Popup Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/jquery.magnific-popup.min.js')); ?>"></script>
    <!--<< Wow Animation Js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/wow.min.js')); ?>"></script>
    <!--<< Main.js >>-->
    <script src="<?php echo e(asset('public/frontend/assets/js/main.js')); ?>"></script>
</body>

</html>
<?php /**PATH C:\xampp\htdocs\smart\resources\views/frontend/layouts/app.blade.php ENDPATH**/ ?>