@extends('layouts.app') @section('title', __('My Website Visit Tasks')) @section('style') @endsection @section('wrapper')

{{ __('Loading tasks...') }}

{{ __('Add New Website Visit Task') }}
@csrf
{{ __('Minimum 10 seconds required') }}
{{ __('Leave empty for unlimited') }}
{{ __('Edit Website Visit Task') }}
@csrf @method('POST')
{{ __('Minimum time users must spend on the website') }}
{{ __('Total number of times this task can be completed') }}
{{ __('How many times per day each user can complete this task') }}
{{ __('How many times total each user can complete this task') }}
{{ __('Leave empty for no expiration') }}
{{ __('Task Details') }}
@endsection @section('script') @endsection