@extends('frontend.layouts.app') @section('content')

All Post

@foreach($posts as $post)
{{ $post->title }}
{{ $post->created_at->diffForHumans() }}
@endforeach
@endsection