X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/resources/views/blog
home
/
gfecatvj
/
sites
/
realesbar-X
/
resources
/
views
/
blog
/
📁
..
📄
article.blade.php
(1.39 KB)
📄
index.blade.php
(1.61 KB)
📄
templ.blade.php
(6.08 KB)
Editing: index.blade.php
<?php $x=0 ?> @if(count($articles)) @foreach($articles as $key => $article) @if($x < 5) <?php $page_title = preg_replace('/[^A-Za-z0-9]/', '-', $article->title); $page_title = preg_replace('/-+/', '-', $page_title); $pg_url = url('/Blog/'.$article->id.'/'.strtolower($page_title)); $x++; ?> <div class="col-xs-12 col-sm-6"> <!-- newsPostColumn --> <article class="newsPostColumn newsPostColumn2 bgWhite bdr-none mb-30"> <div class="aligncenter"> <a href="{{$pg_url}}"> <img src="{{asset('/public/img/'.$article->img)}}" alt="image description"> </a> </div> <h2 class="fontNeuron"><a href="{{$pg_url}}">{{ $article->title }}</a></h2> <p> <a href="#" class="btn btnSmall btn-info">{{ $article->created_at }}</a> <time datetime="{{ $article->created_at }}">{{ $article->created_at }}</time> <!--<a href="#" class="commentsCount">12 comment</a>--> </p> <p>{!! Str::limit($article->body, 35) !!}...</p> <footer class="PostColumnFoot"> <a href="{{$pg_url}}" class="elemenBlock readMore text-capitalize">Read Article <i class="fi flaticon-arrows readMoreIcn"></i></a> </footer> </article> </div> @endif @endforeach @endif
Upload File
Create Folder