@props([ 'href' => '#', 'image' => null, 'title' => '', 'subtitle' => null, 'locked' => false, 'ratio' => '16x9', // 16x9 | 2x3 'badge' => null, 'progress' => null, // 0-100 'duration' => null, // detik ]) class([ 'poster group', 'poster-2x3' => $ratio === '2x3', 'poster-16x9' => $ratio !== '2x3', ]) }}> @if($image) {{ $title }} @else
@endif {{-- gradient overlay --}}
@if($badge) {{ $badge }} @endif @if($locked) @else @endif @if($duration) {{ gmdate($duration >= 3600 ? 'H:i:s' : 'i:s', $duration) }} @endif

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif
@if(!is_null($progress))
@endif