getAutoThumbText(); $cost = ''; if (isset($claim->price) && $claim->price > 0) { $cost = $this->Amount->formatCurrency($claim->price) . ' LBC'; } else if (isset($claim->fee) && strtolower($claim->fee_currency) === 'lbc') { $cost = $this->Amount->formatCurrency($claim->fee) . ' LBC'; } $a = ['purple', 'orange', 'blue', 'teal', 'green', 'yellow']; // content type $ctTag = $claim->getContentTag(); ?>
0): ?>
bid_state == 'Controlling'): ?>
Controlling
is_nsfw): ?>
NSFW
is_nsfw && strlen(trim($claim->thumbnail_url)) > 0): ?>
claim_type == 1 ? $claim->name : ((strlen(trim($claim->title)) > 0) ? $claim->title : 'No Title') ?>
description)) > 0 ? $claim->description : 'No description available' ?>
Transaction
Created
created_at->format('U'))->diffForHumans(); ?>
claim_type == 1): ?>
Content Type
Language
content_type ?>
language == 'en' ? 'English' : $claim->language ?>