MINI MINI MANI MO
<?php if(isset($pageConfigs)): ?>
<?php echo Helper::updatePageConfig($pageConfigs); ?>
<?php endif; ?>
<!DOCTYPE html>
<?php
// confiData variable layoutClasses array in Helper.php file.
$configData = Helper::applClasses();
?>
<!--
Template Name: Materialize - Material Design Admin Template
Author: PixInvent
Website: http://www.pixinvent.com/
Contact: hello@pixinvent.com
Follow: www.twitter.com/pixinvents
Like: www.facebook.com/pixinvents
Purchase: https://themeforest.net/item/materialize-material-design-admin-template/11446068?ref=pixinvent
Renew Support: https://themeforest.net/item/materialize-material-design-admin-template/11446068?ref=pixinvent
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
-->
<html class="loading"
lang="<?php if(session()->has('locale')): ?><?php echo e(session()->get('locale')); ?><?php else: ?><?php echo e($configData['defaultLanguage']); ?><?php endif; ?>"
data-textdirection="<?php echo e(env('MIX_CONTENT_DIRECTION') === 'rtl' ? 'rtl' : 'ltr'); ?>">
<!-- BEGIN: Head-->
<head>
<meta 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="csrf-token" content="<?php echo e(csrf_token()); ?>">
<title><?php echo $__env->yieldContent('title'); ?>JURIDICO</title>
<link rel="apple-touch-icon" href="<?php echo e(asset('images/favicon/apple-touch-icon-152x152.png')); ?>">
<link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset('images/favicon/favicon-32x32.png')); ?>">
<?php echo $__env->make('../Administrador/panels.styles', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</head>
<body
class="<?php echo e($configData['mainLayoutTypeClass']); ?> <?php if(!empty($configData['bodyCustomClass']) && isset($configData['bodyCustomClass'])): ?> <?php echo e($configData['bodyCustomClass']); ?> <?php endif; ?> <?php if($configData['isMenuCollapsed'] && isset($configData['isMenuCollapsed'])): ?><?php echo e('menu-collapse'); ?> <?php endif; ?>"
data-open="click" data-menu="vertical-modern-menu" data-col="2-columns">
<!-- BEGIN: Header-->
<header class="page-topbar" id="header">
<?php echo $__env->make('../Administrador/panels.navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</header>
<!-- END: Header-->
<!-- BEGIN: SideNav-->
<?php echo $__env->make('../Administrador/panels.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!-- END: SideNav-->
<!-- BEGIN: Page Main-->
<div id="main">
<div class="row">
<?php if($configData["navbarLarge"] === true): ?>
<?php if(($configData["mainLayoutType"]) === 'vertical-modern-menu'): ?>
<div
class="content-wrapper-before" style=" background-repeat: no-repeat; background-position: right; background-size: 75%; background-image: url(/images/gallery/headeri.png);!important;">
</div>
<?php else: ?>
<div class="content-wrapper-before <?php echo e($configData["navbarLargeColor"]); ?>">
</div>
<?php endif; ?>
<?php endif; ?>
<?php if($configData["pageHeader"] === true && isset($breadcrumbs)): ?>
<?php echo $__env->make('../Administrador/panels.breadcrumb', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
<div class="col s12">
<div class="container">
<?php echo $__env->yieldContent('content'); ?>
<?php echo $__env->make('../Administrador/pages.sidebar.right-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php if($configData["isFabButton"] === false): ?>
<?php endif; ?>
</div>
<div class="content-overlay"></div>
</div>
</div>
</div>
<!-- END: Page Main-->
<form id="logout-form" action="<?php echo e(route('mcg.logout')); ?>" method="POST" style="display: none;">
<?php echo csrf_field(); ?>
</form>
<?php echo $__env->make('../Administrador/panels.scripts', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->yieldPushContent('scripts'); ?>
</body>
</html>
<?php /**PATH /home/legislaedomex/public_html/legislativoedomex/resources/views////Administrador/layouts/app.blade.php ENDPATH**/ ?>
OHA YOOOO