Viewing file: 28835a8ef7504e023e00cc5c52d9c708ca4c4c7f.php (1.84 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home »School Name</title>
<meta name="description"
content="lorem ipsum" />
<meta name="generator" content="Croogo - Content Management System" />
<meta name="keywords"
content="content here" />
<meta name="robots" content="index, follow" />
<title><?php echo e(get_settings('system_title')); ?></title>
<?php echo $__env->make('frontend.include_top', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<style>
.boxcontainer {
width: 765px;
height: 97px;
background: url(<?php echo e(asset('images/boxcontainer.png')); ?>) no-repeat scroll 0% 0% transparent;
font-family: Georgia,Aril,Times,serif;
}
.hdrIcon a.icon1{background:url(<?php echo e(asset('images/icon1.png')); ?>) no-repeat}
.hdrIcon a.icon2{background:url(<?php echo e(asset('images/icon2.png')); ?>) no-repeat}
.hdrIcon a.icon3{background:url(<?php echo e(asset('images/icon3.png')); ?>) no-repeat}
.hdrIcon a.icon4{background:url(<?php echo e(asset('images/icon4.png')); ?>) no-repeat}
.hdrIcon a.icon5{background:url(<?php echo e(asset('images/icon5.png')); ?>) no-repeat}
</style>
</head>
<body data-bs-spy="scroll" data-bs-target=".header-area" data-bs-offset="50" tabindex="0">
<?php echo $__env->yieldContent('content'); ?>
<?php echo $__env->make('external_plugin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->make('frontend.include_buttom', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</body>
</html><?php /**PATH E:\scl management\school\resources\views/frontend/index.blade.php ENDPATH**/ ?>
|