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/PDeckers/opelkapitan.nl/app/storage/views/7b15bcfc07f961759c1c9e2c431f6f6b
<?php if(method_exists($parts, 'links')): ?> <?php echo $parts->links('layouts.partials.projects.pagination'); ?> <?php endif; ?> <div class="parts-overview filtered-parts"> <?php foreach($parts as $part): ?> <div class="coupon"> <a <?php if(isset($part->translation->route)): ?> href="/<?php echo $part->translation->route->route; ?>" <?php else: ?> href="/<?php echo $part->route; ?>" <?php endif; ?>> <?php if($part->images->count() > 0): ?> <div class="image"> <div class="image-border"> <div class="image-placeholder" style="background-image: url('<?php echo $part->images->first()->medium_image_url; ?>');"></div> </div> </div> <?php endif; ?> <div class="content <?php if($part->images->count() == 0): ?> full <?php endif; ?>"> <h3><?php echo $part->translation->title; ?></h3> <h5>Nr. <?php echo $part->uniqueNr; ?></h5> <div class="text"> <?php if($part->translation->description == ''): ?> <?php /*<p><?php echo \Illuminate\Support\Facades\Lang::get('translations.noDescription'); ?></p>*/ ?> <?php else: ?> <?php echo $part->translation->description; ?> <?php endif; ?> </div> <div class="button"> <div class="placeholder"> <div class="inner-button"> <p><?php echo \Illuminate\Support\Facades\Lang::get('translations.moreInfo'); ?></p> </div> </div> </div> </div> <div class="price <?php if( ! $part->sold_state): ?> sold <?php endif; ?>"> <div class="background"></div> <?php if( $part->sold_state): ?> <p>€<?php echo $part->price; ?></p> <?php endif; ?> </div> </a> </div> <?php endforeach; ?> </div> <?php if(method_exists($parts, 'links')): ?> <?php echo $parts->links('layouts.partials.projects.pagination'); ?> <?php endif; ?>