HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/spion/storage/framework/views/9280b19ba9bc3c298adc3b0daccc9a62.php
<!doctype html>
<html lang="en">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
        <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/front/website/css/style.css')); ?>">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
        integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />

    
    

    <title>index</title>
</head>

<body>

    <?php

        $website_name = App\Models\Setting::getValue('website_name');
        $website_phone_number = App\Models\Setting::getValue('website_phone_number', '#');
        $address = App\Models\Setting::getValue('address', '#');
        $website_description = App\Models\Setting::getValue('website_description', '#');
        $website_email = App\Models\Setting::getValue('website_email', '#');
        $facebook_url = App\Models\Setting::getValue('facebook_url', '#');
        $instagram_url = App\Models\Setting::getValue('instagram_url', '#');
        $linkedin_url = App\Models\Setting::getValue('linkedin_url', '#');
        $whatsapp_url = App\Models\Setting::getValue('whatsapp_url', '#');
        $twitter_url = App\Models\Setting::getValue('twitter_url', '#');
        // $vehicle_types = App\Models\VehicleTypes::all();
        // $blogs = App\Models\Blog::orderBy('id', 'desc')->take(2)->get();
    ?>


    <!-- ========== HEADER ========== -->


    <?php echo $__env->make('front.partial.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    <!-- ========== END HEADER ========== -->

    <!-- ========== MAIN CONTENT ========== -->
    <?php echo $__env->yieldContent('content'); ?>
    <!-- ========== END MAIN CONTENT ========== -->

    <!-- ========== FOOTER ========== -->
    <?php echo $__env->make('front.partial.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    <!-- ========== END FOOTER ========== -->


    <!-- ========== scripts ========== -->
    <?php echo $__env->make('front.partial.script', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    <!-- ========== END scripts ========== -->

    <?php echo $__env->yieldContent('script'); ?>
</body>

</html>
<?php /**PATH /var/www/html/spion/resources/views/layouts/front/main_layout.blade.php ENDPATH**/ ?>