@php $autoThumbText = $claim->getAutoThumbText(); $cost = ''; if (isset($claim->price) && $claim->price > 0) { $cost = \App\Helpers\AmountHelper::formatCurrency($claim->price) . ' LBC'; } else if (isset($claim->fee) && strtolower($claim->fee_currency) === 'lbc') { $cost = \App\Helpers\AmountHelper::formatCurrency($claim->fee) . ' LBC'; } $a = ['purple', 'orange', 'blue', 'teal', 'green', 'yellow']; // content type $ctTag = $claim->getContentTag(); @endphp
@if(strlen(trim($cost)) > 0)
{{ $cost }}
@endif
@if($claim->bid_state == 'Controlling')
Controlling
@endif @if($ctTag)
{{ strtoupper($ctTag) }}
@endif @if($claim->is_nsfw)
NSFW
@endif
@if(!$claim->is_nsfw && strlen(trim($claim->thumbnail_url)) > 0) @else
{{ $autoThumbText }}
@endif
@if($claim->isBlocked)
In response to a complaint we received under the US Digital Millennium Copyright Act, we have blocked access to this content from our applications. For more information, please refer to DMCA takedown requests
@else
@if($claim->claim_type == 1){{ $claim->name }}@else{{ '' }}@if(strlen(trim($claim->title)) > 0){{ $claim->title }}@elseNo Title@endif{{ '' }}@endif
@if(strlen(trim($claim->description)) > 0){{ $claim->description }}@elseNo description available@endif
Transaction
Created
{{ \Carbon\Carbon::createFromTimestamp($claim->created_at->format('U'))->diffForHumans() }}
@if($claim->claim_type == 1)
Content Type
Language
{{ $claim->content_type }}
{{ $claim->language == 'en' ? 'English' : $claim->language }}
{{--
Author
--}} {{--
License
--}} {{--
@if(strlen(trim($claim->author)) > 0){{ $claim->author }}@elseUnspecified@endif
--}} {{--
--}} {{-- @if(strlen(trim($claim->LicenseUrl)) > 0)--}} {{-- --}} {{-- @if(strlen(trim($claim->License)) > 0){{ $claim->License }}@elseUnspecified@endif--}} {{-- --}} {{-- @else--}} {{-- @if(strlen(trim($claim->License)) > 0){{ $claim->License }}@elseUnspecified@endif--}} {{-- @endif--}} {{--
--}} @endif
@endif