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/orbidirectory.com/storage/framework/views/6c139a19e296aa98ad9ec9bbad2198ae.php
<!doctype html>
<html lang="en">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <title><?php echo $__env->yieldContent('title', 'Website & App Development | ORBI'); ?></title>
<meta name="keywords" content="<?php echo $__env->yieldContent('meta_keywords', 'some default keywords'); ?>" />
<meta name="description" content="<?php echo $__env->yieldContent('meta_description', 'default description'); ?>" />

<!-- Canonical Tag -->
<link rel="canonical" href="<?php echo $__env->yieldContent('canonical_tag', url()->current()); ?>">

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="<?php echo $__env->yieldContent('og_title', 'default OG title'); ?>" />
<meta property="og:description" content="<?php echo $__env->yieldContent('og_description', 'default OG description'); ?>" />
<meta property="og:image" content="<?php echo $__env->yieldContent('og_image', asset('default-image.jpg')); ?>" />
<meta property="og:url" content="<?php echo $__env->yieldContent('og_url', url()->current()); ?>" />

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="<?php echo $__env->yieldContent('twitter_card', 'summary_large_image'); ?>" />
<meta name="twitter:title" content="<?php echo $__env->yieldContent('twitter_title', 'default Twitter title'); ?>" />
<meta name="twitter:description" content="<?php echo $__env->yieldContent('twitter_description', 'default Twitter description'); ?>" />
<meta name="twitter:image" content="<?php echo $__env->yieldContent('twitter_image', asset('default-image.jpg')); ?>" />

<!-- Additional Fields -->
<meta name="route_name" content="<?php echo $__env->yieldContent('route_name', 'default_route'); ?>" />


    <link rel='shortcut icon' type='image/x-icon' href='<?php echo e(asset('assets/front/website/img/favicon.ico')); ?>'
        style="width: 2px !important;" />
    <!-- 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" 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" />

    <link rel="stylesheet" href="<?php echo e(asset('assets/front/website/css/select2.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/front/website/css/jquery.datetimepicker.css')); ?>">

    <link rel="stylesheet" type="text/css"
        href="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.min.css" />
    <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-rc.0/css/select2.min.css" rel="stylesheet" />




    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/front/website/css/style.css?v=2')); ?>">


</head>

<body>
    <?php
        $website_name = App\Models\Settings::getValue('website_name');
        $website_phone_number = App\Models\Settings::getValue('website_phone_number', '#');
        $address = App\Models\Settings::getValue('address', '#');
        $website_description = App\Models\Settings::getValue('website_description', '#');
        $website_email = App\Models\Settings::getValue('website_email', '#');
        $facebook_url = App\Models\Settings::getValue('facebook_url', '#');
        $instagram_url = App\Models\Settings::getValue('instagram_url', '#');
        $linkedin_url = App\Models\Settings::getValue('linkedin_url', '#');
        $whatsapp_url = App\Models\Settings::getValue('whatsapp_url', '#');
        $twitter_url = App\Models\Settings::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/orbidirectory.com/resources/views/layouts/front/main_layout.blade.php ENDPATH**/ ?>