PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
plugins
/
blog
/
resources
/
views
/
themes
@foreach ($posts as $post) <div> <article> <div><a href="{{ $post->url }}"></a> <img src="{{ RvMedia::getImageUrl($post->image, null, false, RvMedia::getDefaultImage()) }}" alt="{{ $post->name }}"> </div> <header><a href="{{ $post->url }}"> {{ $post->name }}</a></header> </article> </div> @endforeach <div class="pagination"> {!! $posts->withQueryString()->links() !!} </div>
[-] tag.blade.php
[edit]
[-] post.blade.php
[edit]
[+]
..
[+]
templates
[-] loop.blade.php
[edit]
[-] category.blade.php
[edit]