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

{{__('Watch Videos & Earn Money')}}

{{__('Watch YouTube videos and shorts to earn rewards. Complete the required watch time to claim your earnings!')}}

{{ number_format($user->balance, 2) }}₺

{{__('Your Balance')}}
{{__('No watch tasks available')}}

{{__('Check back later for new videos to watch and earn!')}}

{{__('Add New Watch Task')}}
@csrf
{{__('YouTube video or shorts URL')}}
10-3600 {{__('seconds')}}
{{__('How many users can complete this task')}}
{{__('Cost Calculation')}}
{{__('Reward per completion')}}: 0.00₺
{{__('Max completions')}}: 0

{{__('Total Cost')}}: 0.00₺
{{__('Your Balance')}}: {{ number_format($user->balance, 2) }}₺
@endsection @section('script') @endsection