MINI MINI MANI MO

Path : /var/www/html/sistemas/spid/resources/views/
File Upload :
Current File : /var/www/html/sistemas/spid/resources/views/layoutP.blade.php

<!DOCTYPE html>
<html class="loading" lang="en" data-textdirection="ltr">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
    <meta name="description"
          content="Materialize is a Material Design Admin Template,It's modern, responsive and based on Material Design by Google.">
    <meta name="keywords"
          content="materialize, admin template, dashboard template, flat admin template, responsive admin template, eCommerce dashboard, analytic dashboard">
    <meta name="author" content="ThemeSelect">
    <title>
        @yield('title')
    </title>
    <link rel="apple-touch-icon" href="{{ asset('spid/images/logo/legisfav.svg') }}">
    <link rel="shortcut icon" type="image/x-icon" href="{{ asset('spid/images/logo/legisfav.svg') }}">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <!-- BEGIN: VENDOR CSS-->
    <link rel="stylesheet" type="text/css" href="{{ asset('spid/vendors/vendors.min.css') }}">
    <link rel="stylesheet" href="{{ asset('spid/vendors/select2/select2.min.css') }}" type="text/css">
    <link rel="stylesheet" href="{{ asset('spid/vendors/select2/select2-materialize.css') }}" type="text/css">
    <!-- END: VENDOR CSS-->
    <!-- BEGIN: Page Level CSS-->
    <link rel="stylesheet" type="text/css"
          href="{{ asset('spid/css/themes/vertical-menu-nav-dark-template/materialize.css') }}">
    <link rel="stylesheet" type="text/css"
          href="{{ asset('spid/css/themes/vertical-menu-nav-dark-template/style.css') }}">
    <link rel="stylesheet" type="text/css" href="{{ asset('spid/css/pages/form-select2.css') }}">
    <!-- END: Page Level CSS-->
    <!-- BEGIN: Custom CSS-->
    <link rel="stylesheet" type="text/css" href="{{ asset('spid/css/custom/custom.css') }}">
    <link rel="stylesheet" type="text/css" href="{{ asset('spid/vendors/sweetalert/sweetalert.css') }}">
    {{-- DATATABLES --}}

    <link rel="stylesheet" type="text/css" href="{{ asset('spid/vendors/flag-icon/css/flag-icon.min.css') }}">
    <link rel="stylesheet" type="text/css" href="{{ asset('spid/vendors/data-tables/css/jquery.dataTables.min.css') }}">
    <link rel="stylesheet" type="text/css"
          href="{{ asset('spid/vendors/data-tables/extensions/responsive/css/responsive.dataTables.min.css') }}">
    <link rel="stylesheet" type="text/css" href="{{ asset('spid/vendors/data-tables/css/select.dataTables.min.css') }}">
    <link rel="stylesheet" type="text/css" href="{{ asset('spid/css/pages/data-tables.css') }}">
    <link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
</head>
<!-- END: Head-->
<body class="vertical-layout page-header-light vertical-menu-collapsible vertical-menu-nav-dark preload-transitions 2-columns   " data-open="click" data-menu="vertical-menu-nav-dark" data-col="2-columns">

<header class="page-topbar" id="header">
    <div class="navbar navbar-fixed">
        <nav class="navbar-main navbar-color nav-collapsible sideNav-lock navbar-dark bg-primary color-bg-nav gradient-shadow">
            <div class="nav-wrapper">
                <ul class="navbar-list right" >
                    <li>
                        <a class="waves-effect waves-block waves-light profile-button" href="" data-target="profile-dropdown">
                                <span class="avatar-status avatar-online">
{{--                                    <img src="{{ asset('spid/images/logo/avsvg2.svg') }}" alt="avatar"/>--}}
{{--                                    <i></i>--}}
                                    <img src="{{asset('spid/images/logo/logo.png')}}"  style="padding-top: 15px;!important;"><i></i>
                                </span>
                        </a>

                    </li>
                </ul>


                <ul class="navbar-list right" >
                    <li>
                        <a class="waves-effect waves-block waves-light notification-button" href="" data-target="notifications-dropdown">
                            <i class="material-icons">notifications_active</i>
                        </a>
                    </li>
                </ul>
                <ul class="dropdown-content" id="notifications-dropdown">
                    <li>
                        <h6>Notificaciones<span class="new " id="spanNotificaciones"></span></h6>
                    </li>
                    <li class="divider"></li>
                </ul>
                <!-- profile-dropdown-->
                <ul class="dropdown-content" id="profile-dropdown">
                    @if(auth()->user())
                        <li><a class="grey-text text-darken-1" href="{{ route('logout') }}"><i class="material-icons">keyboard_tab</i>Salir</a></li>
                        <li><a class="grey-text text-darken-1" href="{{ route('cambioPassDip') }}">Cambiar contraseƱa</a></li>
                        <li><a class="grey-text text-darken-1" href="{{ route('sistemaVotos.index') }}">SPID</a></li>
                    @else
                        <li><a class="grey-text text-darken-1" href="{{ url('cerrar') }}"><i class="material-icons">keyboard_tab</i>Salir</a></li>
                    @endif
                </ul>
                <ul class="right hide-on-med-and-down" style="font-size: 11px; line-height : 15px !important">
                    <br>
                    Bienvenido Dip. {{auth()->user()->DatosUsers->nombre}} {{auth()->user()->DatosUsers->ap_pat}} <strong></strong>
                    <br>

                </ul>
            </div>
        </nav>
    </div>
</header>

<div class="row">
    <div class="content-wrapper-before lighten-5"></div>
    <div class="col s12">
        <div class="container">
            @yield('content')
        </div>
        <div class="content-overlay"></div>
    </div>
</div>


<!-- BEGIN VENDOR JS-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdn.ckeditor.com/ckeditor5/27.1.0/classic/ckeditor.js"></script>
<script src="{{ asset('spid/js/vendors.min.js') }}"></script>
<!-- BEGIN VENDOR JS-->
<!-- BEGIN PAGE VENDOR JS-->
<script src="{{ asset('spid/vendors/select2/select2.full.min.js') }}"></script>
<!-- END PAGE VENDOR JS-->
<!-- BEGIN THEME  JS-->
<script src="{{ asset('spid/js/plugins.js') }}"></script>
<script src="{{ asset('spid/js/search.js') }}"></script>
<script src="{{ asset('spid/js/custom/custom-script.js') }}"></script>
<!-- END THEME  JS-->
<!-- BEGIN PAGE LEVEL JS-->
<script src="{{ asset('spid/js/scripts/form-select2.js') }}"></script>
<script src="{{ asset('spid/vendors/sweetalert/sweetalert.min.js') }}"></script>
<script src="{{ asset('spid/js/scripts/extra-components-sweetalert.js') }}"></script>
{{-- DATATABLES --}}
<script src="{{ asset('spid/vendors/data-tables/js/jquery.dataTables.min.js') }}"></script>
<script src="{{ asset('spid/vendors/data-tables/extensions/responsive/js/dataTables.responsive.min.js') }}"></script>
<script src="{{ asset('spid/vendors/data-tables/js/dataTables.select.min.js') }}"></script>
<script src="{{ asset('spid/js/scripts/data-tables.js') }}"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>-->



<!-- BEGIN: Header-->




@stack('scripts')
</body>


</html>

OHA YOOOO