@if (!empty(get_slides())) @foreach (get_slides() as $slide) @if ($slide->link) {{ $slide->heading }} @else {{ $slide->heading }} @endif @endforeach @endif @if (!empty(latest_posts(0, 1))) @foreach (latest_posts(0, 1) as $post) {{ $post->title }} {{ $post->author->name }} {{ date_formatter($post->created_at) }} Category : Web {{ $post->post_category->name }} {{ readDuration($post->title, $post->content) }} @choice('min|mins', readDuration($post->title, $post->content)) {!! Str::ucfirst(words($post->content, 45)) !!} Mehr lesen... @endforeach @endif
{{ $post->title }} {{ $post->author->name }} {{ date_formatter($post->created_at) }} Kategorie : {{ $post->post_category->name }} {{ readDuration($post->title, $post->content) }} @choice('min|mins', readDuration($post->title, $post->content)) {!! Str::ucfirst(words($post->content, 30)) !!} Mehr lesen...