Our Blog

Latest News & Tips

Stay updated with the latest trends in fitness, nutrition, and health.

@foreach($posts as $post)
@if($post->image) {{ $post->title }} @else
@endif
{{ $post->published_at ? $post->published_at->format('M d, Y') : '' }}

{{ $post->title }}

{{ $post->excerpt ?? Str::limit($post->content, 100) }}

{{ $post->user->name }}

Read
@endforeach
{{ $posts->links() }}