CasperSecurity
<!DOCTYPE html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
<meta name="author" content="YOBYTECH">
<meta name="robots" content="index, follow">
<title><?php echo e(config('app.name', 'Laravel')); ?></title>
<!-- FAVICONS ICON -->
<link rel="shortcut icon" type="image/png" href="<?php echo e(asset('assets/images/favicon.png')); ?>">
<link rel="stylesheet" href="<?php echo e(asset('assets/icons/fontawesome/css/all.min.css')); ?>">
<!-- NICE SELECT -->
<link href="<?php echo e(asset('assets/vendor/niceselect/css/nice-select.css')); ?>" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">
<!-- Style css -->
<link href="<?php echo e(asset('assets/css/style.css')); ?>" rel="stylesheet">
</head>
<body class="h-[100vh] selection:text-white selection:bg-primary" data-typography="poppins" data-theme-version="light" data-layout="vertical" data-nav-headerbg="black" data-headerbg="color_1">
<?php echo e($slot); ?>
<script src="<?php echo e(asset('assets/vendor/global/global.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/vendor/niceselect/js/jquery.nice-select.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/deznav-init.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/custom.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/demo.min.js')); ?>"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>
<?php /**PATH /var/www/orientalss.com/resources/views/layouts/guest.blade.php ENDPATH**/ ?>