Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/c0c3512a4e92d446d07cfc873febf346.php
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', $lang ?? app()->getLocale())); ?>">

<head>
    <meta charset="utf-8" />
    <title><?php echo $__env->yieldContent('title'); ?></title>
    <link rel="shortcut icon" href="<?php echo e(asset('logo.png')); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
    <link href="<?php echo e(asset('install/bootstrap.min.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('install/style.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('install/bootstrap-icons.min.css')); ?>" rel="stylesheet">
</head>

<body>

    <?php echo $__env->make('vendor.InstallerEragViews.step', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    <?php echo $__env->yieldContent('content'); ?>
</body>
</html>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/vendor/InstallerEragViews/app-layout.blade.php ENDPATH**/ ?>