@extends('layouts.app') @section('title', __('Edit Website Visit Task')) @section('style') @endsection @section('wrapper')
{{ __('Edit Task Information') }}
@csrf @method('POST')
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('website_url')
{{ $message }}
@enderror
{{ __('Users will search for these keywords on Google to find your website') }}
{{ __('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') }}
@endsection @section('script') @endsection