@extends('layouts.app') @section('content-body')
@foreach($posts as $post)
featureImage): ?>
{{ $post->featureImage->description }}
{{ $post->excerpt }}
{{ $post->created_at }}
@endforeach
@endsection