pages/index.blade.php
Код: Выделить всё
Home
@volt
[i]
[/i]
@forelse ($posts as $post)
[url={{ route(] $post->slug]) }}" wire:navigate class="text-decoration-none" aria-label="{{ $post->title }}">
@if ($post->getFirstMedia('posts'))
[img]{{ $post-[/img]
cover_url }}" alt="{{ $post->title }}" class="rounded img-fluid mb-3" />
@endif
{{ $post->title }}
{{ $post->meta_description }}
@if($post->tags)
@foreach($post->tags as $tag)
#{{ $tag->name }}
[/url]
@endforeach
@endif
@empty
[b]
No posts found.
[/b]
@endforelse
@if($posts->count() >= $on_page)
Loading....
@endif
@endvolt
[img]https://i .sstatic.net/xSCpqEiI.png[/img]
Подробнее здесь: https://stackoverflow.com/questions/787 ... ewire-volt