@props([ 'name' => 'Bitcoin Swift', 'symbol' => '', 'fund_asking_for' => '', 'ends_in' => '3 Weeks', 'src' => '/version4/images/coin.png', 'ico_url' => '#', 'buy_url' => '', 'imgalttitle'=>'', 'featured' => '', // Featured HTML badge 'status' => '', // Ongoing / Upcoming / Ended 'featured_class' => '', 'premium_class' => 'bg-premium', 'accept_type'=>'' ])

({{ $symbol }})
{!! html_entity_decode($featured) !!} {{ $status }}
Goal {{ $fund_asking_for }} ({{ $accept_type}})
Ends in {{ $ends_in }}
{{-- View Status always --}} View Status {{-- Buy Here only if buy_url exists --}} @if(!empty($buy_url)) Buy Here @else {{ $buy_url }} @endif