@if(count($tables) == 0) No tables yet. @else @foreach($tables as $table) {{ $table->title }} {{-- --}} {{ $table->revision->row_count }} rows {{ ellipsis($table->description, 215) }} {{-- --}} Last change {{ $table->updated_at->diffForHumans() }} @endforeach @endif