@extends('layouts.app') @section('title', 'Platform Settings') @push('styles') @endpush @section('content')
@csrf
{{-- ── User Info Placement ──────────────────────────────────── --}}

User Info Placement

Choose whether the public user information form appears before or after the survey questions.

{{-- ── Duplicate Prevention ─────────────────────────────────── --}}

Submission Controls

Anti-spam and duplicate prevention settings for public submissions.

Duplicate Prevention
Block same phone number from submitting for the same project more than once per day.
Public surveys are also protected by rate limiting (max 5 submissions per IP per minute).
@endsection @push('scripts') @endpush