118 lines
7.0 KiB
PHP
118 lines
7.0 KiB
PHP
<head>
|
|
<link rel="icon" type="image/png" href="<?php echo e(asset(setting('favicon'))); ?>" />
|
|
</head>
|
|
|
|
<!DOCTYPE php>
|
|
<php lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
|
|
<title><?php echo e(setting('title')); ?></title>
|
|
<!-- favicons Icons -->
|
|
|
|
|
|
<meta name="description" content="bizgrow php 5 Template " />
|
|
|
|
<!-- fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/bootstrap/css/bootstrap.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/animate/animate.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/animate/custom-animate.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/fontawesome/css/all.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/jarallax/jarallax.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/odometer/odometer.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/swiper/swiper.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/bizgrow-icons/style.css')); ?>">
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/owl-carousel/owl.carousel.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/owl-carousel/owl.theme.default.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/bootstrap-select/css/bootstrap-select.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/ion.rangeSlider/css/ion.rangeSlider.min.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/jquery-ui/jquery-ui.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/vendors/timepicker/timePicker.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini\assets\css\custom.css')); ?>" />
|
|
|
|
<!-- template styles -->
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/css/bizgrow.css')); ?>" />
|
|
<link rel="stylesheet" href="<?php echo e(asset('rohini/assets/css/bizgrow-responsive.css')); ?>" />
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css">
|
|
|
|
<!-- preloading images in slider -->
|
|
<link rel="preload" as="image" href="<?php echo e(asset('rohini/assets/images/rohini/slider1.webp')); ?>">
|
|
<link rel="preload" as="image" href="<?php echo e(asset('rohini/assets/images/rohini/slider2.webp')); ?>">
|
|
<link rel="preload" as="image" href="<?php echo e(asset('rohini/assets/images/rohini/slider3.webp')); ?>">
|
|
|
|
|
|
</head>
|
|
|
|
<body class="custom-cursor">
|
|
<div class="custom-cursor__cursor"></div>
|
|
<div class="custom-cursor__cursor-two"></div>
|
|
|
|
|
|
<!--
|
|
<div class="preloader">
|
|
<div class="preloader__image"></div>
|
|
</div>
|
|
-->
|
|
<!-- /.preloader -->
|
|
|
|
<!-- Facebook Plugin-->
|
|
<div id="fb-root"></div>
|
|
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v21.0"></script>
|
|
<!-- Facebook Plugin-->
|
|
|
|
<?php echo $__env->make('client.rohini.layouts.partials.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
|
|
<?php echo $__env->make('client.rohini.layouts.partials.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
|
|
<?php echo $__env->yieldContent('content'); ?>
|
|
|
|
<?php echo $__env->make('client.rohini.layouts.partials.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
|
|
|
|
<a href="<?php echo e(route('home')); ?>#" data-target="html" class="scroll-to-target scroll-to-top"><i class="icon-right-arrow"></i></a>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jquery/jquery-3.6.0.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jarallax/jarallax.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jquery-appear/jquery.appear.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jquery-validate/jquery.validate.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/odometer/odometer.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/swiper/swiper.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/wnumb/wNumb.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/wow/wow.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/isotope/isotope.js')); ?>"></script>
|
|
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/bootstrap-select/js/bootstrap-select.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/jquery-ui/jquery-ui.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/timepicker/timePicker.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/circleType/jquery.circleType.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/circleType/jquery.lettering.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/ion.rangeSlider/js/ion.rangeSlider.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/sidebar-content/jquery-sidebar-content.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/marquee/marquee.min.js')); ?>"></script>
|
|
<script src="<?php echo e(asset('rohini/assets/vendors/owl-carousel/owl.carousel.min.js')); ?>"></script>
|
|
|
|
<!-- template js -->
|
|
<script src="<?php echo e(asset('rohini/assets/js/bizgrow.js')); ?>"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
|
|
|
|
<?php echo $__env->yieldPushContent('js'); ?>
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
<?php /**PATH D:\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/layouts/app.blade.php ENDPATH**/ ?>
|