@foreach($timelines as $timeline)

{{$timeline->date != ""? dateConvert($timeline->date):''}}

{{$timeline->title}}

{{$timeline->description}}

@if (file_exists($timeline->file)) @lang('common.download') @endif
@endforeach