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

{{__('My Watch Tasks')}}

{{__('Manage your YouTube watch tasks. Edit, activate/deactivate or delete your tasks.')}}

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

{{__('Your Balance')}}
{{__('No tasks created yet')}}

{{__('Create your first YouTube watch task and start earning from viewers!')}}

{{__('Add New Watch Task')}}
@csrf
{{__('YouTube video or shorts URL')}}
{{__('Maximum number of users who can complete this task')}}
{{__('Cost Preview')}}
1.00₺
{{__('Per User')}}
100
{{__('Max Users')}}
100.00₺
{{__('Total Cost')}}
@endsection @section('script') @endsection