File: D:/HostingSpaces/SBogers93/fitale.nl/app/storage/views/cd59d42e5e260aacf5eab831909ef183
<h1><?php echo $data->translation->title; ?></h1> <h2><?php echo $data->translation->sub_title; ?></h2> Neem de eerste afbeelding <br /> <?php if($data->images->count()>0): ?> <img src="<?php echo $data->images->pull(0)->original_image_url; ?>"/> <?php endif; ?> <div class="description"> <?php echo $data->translation->description; ?> </div> Print de overige afbeelding <br /> <?php foreach($data->images as $image): ?> <img src="<?php echo $image->original_image_url; ?>"/> <?php endforeach; ?>