@foreach ($posts as $post) {{ $post->title }} {{ $post->created_at->tz('UTC')->toAtomString() }} {{ $post->description }} {{ route('frontend.details',[$post->id,$post->slug])}} @endforeach