X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/platform/themes/flex-home/views
home
/
gfecatvj
/
sites
/
restate
/
platform
/
themes
/
flex-home
/
views
/
📁
..
📄
404.blade.php
(595 B)
📄
500.blade.php
(595 B)
📄
503.blade.php
(265 B)
📄
career.blade.php
(1.1 KB)
📄
careers.blade.php
(1.27 KB)
📄
category.blade.php
(1.46 KB)
📄
contact.blade.php
(4.58 KB)
📄
error-master.blade.php
(7.55 KB)
📄
index.blade.php
(368 B)
📄
loop.blade.php
(713 B)
📄
page.blade.php
(776 B)
📄
post.blade.php
(3.24 KB)
📄
project.blade.php
(5.87 KB)
📄
projects.blade.php
(3.37 KB)
📄
properties.blade.php
(4.31 KB)
📄
property.blade.php
(8.36 KB)
📁
templates
Editing: loop.blade.php
@foreach($posts as $post) <div class="form-group row itemnews"> <div class="col-sm-4"> <a href="{{ $post->url }}" title="{{ $post->name }}"><img class="img-thumbnail" data-src="{{ get_object_image($post->image, 'small') }}" src="{{ get_object_image($post->image, 'small') }}" alt="{{ $post->name }}"></a> </div> <div class="col-sm-8"> <h3><a class="title" href="{{ $post->url }}" title="{{ $post->name }}">{{ $post->name }}</a></h3> {!! Theme::partial('post-meta', compact('post')) !!} <p>{{ Str::words($post->description, 50) }}</p> </div> </div> @endforeach <br> <div class="pagination"> {!! $posts->links() !!} </div>
Upload File
Create Folder