@extends('layouts.app') @section('style') @endsection @section('wrapper')

{{ $watchTask->title }}

@if($watchTask->description)

{{ $watchTask->description }}

@endif
{{__('Required Time')}}: {{ $watchTask->formatted_duration }}
{{__('Reward')}}: {{ $watchTask->reward_amount }}₺
{{__('Creator')}}: {{ $watchTask->creator->account_holder }}
{{__('Watch Progress')}}
0:00
{{__('Watched')}}
{{ $watchTask->formatted_duration }}
{{__('Required')}}
0%
{{__('Progress')}}
{{ $watchTask->reward_amount }}₺
{{__('Reward')}}
{{__('Keep watching to earn your reward!')}}

🎉 {{__('Congratulations!')}}

{{__('You have successfully watched the required duration!')}}

{{__('Instructions')}}
  • {{__('Watch the video for at least')}} {{ $watchTask->formatted_duration }}
  • {{__('Keep this tab active and focused')}}
  • {{__('Do not skip or fast-forward')}}
  • {{__('Claim your reward when completed')}}
@endsection @section('script') @endsection