@props([ 'image' => null, 'contentType' => null, 'title' => null, 'text' => null, 'url' => '#', 'buttonText' => null, 'buttonUrl' => null, 'onDark' => false, 'progress' => null, 'isPlayable' => false, 'isHorizontal' => false, ])
@if($image || $progress )
@if($image)
@if($isPlayable) @endif
@endif @if($progress)
@if($progress == 100) @endif
@endif
@endif
@if($contentType)

{{ $contentType }}

@endif @if($title)

{{ str($title)->limit(75) }}

@endif @if($text)
@if($isPlayable) @endif

{{ str($text)->limit(75) }}

@endif
{{-- create space for button here --}} @if($buttonText && $buttonUrl && $isHorizontal) @endif
{{-- This needs to be here for horizontal mode translate-y-[-100%] is key here as it moves into the spacer created above --}} @if($buttonText && $buttonUrl)
{{ $buttonText }}
@endif
{{-- EXAMPLE: // IS HORIZONTAL EXAMPLE
--}}