Recent Stories

Deep dives into the latest technology trends.

@php $posts = App\Models\Post::with('author', 'category')->orderBy('published_at', 'desc')->take(4)->get(); $posts->shift(); @endphp @foreach ($posts as $post) @endforeach