?
<!DOCTYPE html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
<title><?php echo e($admintitle); ?> | <?php echo e(config('app.name', 'WestValleyLand')); ?></title>
<link rel="icon" type="image/x-icon" href="../marketplaceimages/favicon.ico">
<meta name="robots" content="noindex" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
<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=Staatliches&display=swap" rel="stylesheet">
<!-- Styles -->
<!-- Scripts -->
<link href="<?php echo e(url('/usercss')); ?>/bootstrap.min.css" rel="stylesheet">
<link href="<?php echo e(url('/usercss')); ?>/bootstrap-icons.css" rel="stylesheet">
<link href="<?php echo e(url('/usercss')); ?>/hover-min.css" rel="stylesheet">
<link href="<?php echo e(url('/usercss')); ?>/webstyle.css" rel="stylesheet">
<link href="<?php echo e(url('')); ?>/usercss/font-awesome.min.css" rel="stylesheet">
<link href="<?php echo e(url('')); ?>/usercss/icon.min.css" rel="stylesheet">
</head>
<body>
<div class="section userlogin position-relative min-vh-100">
<div class="login-wrapper">
<div class="container">
<div class="loginstart">
<div class="row g-0 ">
<div class="col-md-6 tab-100 order2 logining">
<!-- <img class="img-fluid" src="<?php echo e(url('/userassets')); ?>/<?php echo e($imgstring ?? 'loginimg.png'); ?>"> -->
<!-- <div class="login-text">
<span class="mb-2">Join Our Marketplace</span>
<h1 class="main-heading mt-2">The Market Boss</h1>
<p>
The next generation social network & community! Connect
with your friends and play with our quests and badges
gamification system!
</p>
</div> -->
</div>
<?php echo $__env->yieldContent('content'); ?>
</div>
</div>
</div>
</div>
<script src="<?php echo e(url('userjs')); ?>/bootstrap.bundle.min.js"></script>
</body>
<?php /**PATH /home/sanghavirealty/public_html/resources/views/loginlayout/login-layout-design.blade.php ENDPATH**/ ?>