 : asset('assets/images/avatars/avatar-1.png') }})
{{ $user->username }}
@if($user->user_type == 1) {{__('Administrator')}} @else {{__('Member')}} @endif
{{ $user->country->name ?? '' }} - {{ $user->city->name ?? '' }}
{{ number_format($user->balance, 2) }}{{ $currency }}
{{__('Available Balance')}}
{{ $totalTasks }}
{{__('Total Tasks Created')}}
{{ $activeTasks }}
{{__('Active Tasks')}}
{{ $approvedProofs }}
{{__('Approved Proofs')}}
{{ number_format($totalEarnings, 2) }}₺
{{__('Total Earnings')}}
{{__('My Tasks')}}
@if($userWatchTasks->count() > 0)
@foreach($userWatchTasks->take(5) as $task)
@endforeach
@if($userWatchTasks->count() > 5)
@endif
@else
@endif
{{ $task->title }}
{{ Str::limit($task->description, 100) }}
{{ $task->is_active ? __('Active') : __('Inactive') }}
{{ $task->formatted_duration }}
{{ $task->reward_amount }}₺
{{ $task->current_completions }}/{{ $task->max_completions }}
{{__('No watch tasks created yet')}}
{{__('Create First Task')}}
@if($userWebsiteTasks->count() > 0)
@foreach($userWebsiteTasks->take(5) as $task)
@endforeach
@if($userWebsiteTasks->count() > 5)
@endif
@else
@endif
{{ $task->title }}
{{ $task->website_url }}
{{ $task->is_active ? __('Active') : __('Inactive') }}
{{ $task->visit_duration }}s
{{ $task->reward_amount }}₺
{{ $task->current_visits }}/{{ $task->max_visits }}
{{__('No website visit tasks created yet')}}
{{__('Create First Task')}}{{__('Quick Actions')}}
{{__('Edit Profile')}}
{{__('Update your personal information')}}
{{__('Create Task')}}
{{__('Add a new social media task')}}
{{__('Watch & Earn')}}
{{__('Create or complete watch tasks')}}
{{__('Website Visits')}}
{{__('Manage website visit tasks')}}
{{__('Withdraw Money')}}
{{__('Request withdrawal of earnings')}}
{{ $task->title }}
{{ Str::limit($task->description, 100) }}
{{__('No social media tasks created yet')}}
{{__('Create First Task')}}