University Blog

Stay updated with the latest news, insights, and stories from RAI University

Latest Blog Posts

@if($blogs->count() > 0)
@foreach($blogs as $blog)
@if($blog->image) {{ $blog->title }} @else
{{ $blog->title }}
@endif

{{ $blog->title }}

@if($blog->is_featured) Featured @endif
📅 {{ $blog->formatted_date }} | 👤 {{ $blog->author }} | ⏱️ {{ $blog->reading_time }} min read
📂 {{ $blog->category }}
{{ $blog->excerpt_or_content }}
@if($blog->tags)
@foreach($blog->tags as $tag) #{{ $tag }} @endforeach
@endif
Read More
@endforeach
@else

No Blog Posts Found

There are currently no published blog posts. Please check back later.

@endif