?
Current File : /home/sanghavirealty/public_html/resourcesazwer/views/loginlayout/login-layout-design.blade.php
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <title>{{ $admintitle }} | {{ 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">

    {{--  
  
  __  __       _     __     __              _____        __ _                                               
 |  \/  |     | |    \ \   / /             / ____|      / _| |                                              
 | \  / | __ _| | ____\ \_/ /__  _   _ _ _| (___   ___ | |_| |___      ____ _ _ __ ___   ___ ___  _ __ ___  
 | |\/| |/ _` | |/ / _ \   / _ \| | | | '__\___ \ / _ \|  _| __\ \ /\ / / _` | '__/ _ \ / __/ _ \| '_ ` _ \ 
 | |  | | (_| |   <  __/| | (_) | |_| | |  ____) | (_) | | | |_ \ V  V / (_| | | |  __/| (_| (_) | | | | | |
 |_|  |_|\__,_|_|\_\___||_|\___/ \__,_|_| |_____/ \___/|_|  \__| \_/\_/ \__,_|_|  \___(_)___\___/|_| |_| |_|

                                                                                                            
--}}

    <!-- 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 -->
    {{-- <link rel="stylesheet" href="{{ mix('css/app.css') }}"> --}}


    <!-- Scripts -->
    {{-- <script src="{{ mix('js/app.js') }}" defer></script> --}}


    <link href="{{ url('/usercss') }}/bootstrap.min.css" rel="stylesheet">
    <link href="{{ url('/usercss') }}/bootstrap-icons.css" rel="stylesheet">
    <link href="{{ url('/usercss') }}/hover-min.css" rel="stylesheet">
    <link href="{{ url('/usercss') }}/webstyle.css" rel="stylesheet">
    <link href="{{url('')}}/usercss/font-awesome.min.css" rel="stylesheet">
    <link href="{{url('')}}/usercss/icon.min.css" rel="stylesheet">

    {{-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"> --}}


</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="{{ url('/userassets') }}/{{ $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 &amp; community! Connect
                                    with your friends and play with our quests and badges
                                    gamification system!
                                </p>
                         

                           
                        </div> -->

                        </div>


                        @yield('content')


                    </div>
                </div>
            </div>
        </div>
        <script src="{{ url('userjs') }}/bootstrap.bundle.min.js"></script>



</body>