@extends('frontend.layouts.app') @section('content') Home Timeline Check my timeline My Timeline @foreach($timelines as $timeline) {{$timeline->title}} {{date('M d', strtotime($timeline->date))}} @endforeach @endsection