@props([ 'thumbnail_image' => null, 'subTitle' => '', 'title' => '', 'author' => '', 'description' => '', 'href'=> null, 'isLive' => false ]) @if($href) @else
@endif
@if($isLive)
Live
@endif

{{ $isLive ? 'NOW' : $subTitle }}

{{ $title }}

{{ $author }}

{{ $description }}

{{-- We are using the wrapped a tag instead of this button to direct us to the correct page. AKA, it's a fake button. --}} @if($isLive && $href) @endif
@if($href)
@else
@endif