@extends('layouts.app') @section('js') @endsection @section('content')
| Day | Creation | Age | Link | Actions | @php $i = 1; @endphp @foreach ($posts as $post)
|---|---|---|---|---|
| {{$i}} | {{ $post->date }} | {{ $post->age }} | {{ strlen($post->post_title) > 0 ? $post->post_title : 'No title' }} |