Plucks all values for a specific field from the collection and returns those as array.
<ul> <?php foreach($page->files()->pluck('filename') as $filename): ?> <li><?php echo html($filename) ?></li> <?php endforeach ?> </ul>