HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers26/gripp.nu/app/storage/views/01cc138618d1c5acf3c40f4f482cc5c8
<div class="project-list-item"> <a href="/<?php echo $post->translation->route->route; ?>"> <?php if($post->images->count() > 0): ?> <div class="image-box"> <img src="<?php echo $post->images->first()->original_image_url; ?>"/> </div> <?php endif; ?> <h2><?php echo $post->translation->title; ?></h2> <h3><?php echo $post->translation->sub_title; ?></h3> <div class="description"> <?php echo $post->translation->description; ?> </div> </a> </div>