@extends('layouts.app') @section('title','Blog - Journey of Life GCC') @section('content') Our Blog @forelse($posts as $post) @if($post->featured_image) @endif {{ $post->published_at?->format('M d, Y') }} {{ $post->title }} {{ Str::limit($post->excerpt, 150) }} Read More @empty No posts yet. @endforelse {{ $posts->links() }} @endsection
{{ Str::limit($post->excerpt, 150) }}
No posts yet.