@extends('layouts.app') @section('title', __('Create Website Visit Task')) @section('style') @endsection @section('wrapper')
{{ __('New Website Visit Task') }}
@csrf
{{ __('Basic Information') }}

{{ __('Explain what users need to do on the website') }}
{{ __('Website Information') }}

{{ __('Full URL including http:// or https://') }}
{{ __('Minimum time users must spend on website') }}
{{ __('Reward & Limits') }}

{{ __('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') }}
{{ __('Targeting Options') }}

{{ __('Leave empty for no expiration') }}

{{ __('Cancel') }}
@endsection @section('script') @endsection