Returns the collection in reverse order
<ul> <?php foreach($page->files()->flip() as $file): ?> <li> <a href="<?php echo $file->url() ?>"> <?php echo html($file->filename()) ?> </a> </li> <?php endforeach ?> </ul>