@props([
'id'=>'',
'ico_ido_type'=>'',
'icoUrl'=>'',
'slug' => '',
'name'=>'',
'symbol'=>'',
'status'=>'',
'launchpad'=>'',
'endsIn'=>'',
'quantityOfCoin'=>'',
'icoPrice'=>'',
'acceptType'=>'',
'goal'=>'',
'image'=>'',
'featured_class'=>'',
'featured'=>'',
'startdate'=>'',
'enddate'=>'',
'pageType'=>'',
'mode'=>''
])
{{ $name }}
({{ $symbol }})
@if(!empty($featured))
{!! $featured !!}
@endif
|
{{ $status }} |
{{ $ico_ido_type }}
|
{{ $launchpad }} |
{{ $endsIn }}
|
{{ $quantityOfCoin }} |
{{ $icoPrice }} ({{ $acceptType }}) |
@php
$amount = (!empty($totalAmount) && $totalAmount !== 'TBA')
? $totalAmount
: $goal;
@endphp
{{ $amount ?? 'TBA' }}
@if(!empty($acceptType))
({{ $acceptType }})
@endif
|
View Details
|