@extends('frontend.layouts.app') @section('content')
Check my timeline

My Timeline

    @foreach($timelines as $timeline)
  • {{$timeline->title}}

    {{date('M d', strtotime($timeline->date))}}

  • @endforeach
@endsection