@extends('layouts.app') @section('title', 'Viewing: ' . $promotion->title) @push('styles') @endpush @section('content')
{{-- Platform badge --}}
{{ $platform['icon'] }}
{{ $promotion->title }}
{{ $platform['label'] }} by {{ $promotion->user->name }}
{{-- Timer card --}}
TIME REMAINING
{{ $promotion->view_duration_seconds }}
seconds
You'll earn
+{{ $promotion->points_per_view }} pts
@if($promotion->points_per_read > $promotion->points_per_view)
Stay 30s+ for bonus +{{ $promotion->points_per_read }} pts!
@endif
{{-- Description --}} @if($promotion->description)
About this content

{{ $promotion->description }}

@endif {{-- Stats --}}
{{ number_format($promotion->points_per_view) }}
pts per view
{{ $promotion->view_duration_seconds }}s
watch time
{{ number_format($promotion->total_views) }}
total views
{{-- Earn Popup --}}
🎉
+5 pts
Points added to your wallet!
@endsection @push('scripts') @endpush