@extends('layouts.customer') @section('title', 'List Settings') @section('page-title', 'Settings: ' . $list->name) @section('content')
@csrf @method('PUT')

From Settings

@error('from_name')

{{ $message }}

@enderror
@error('from_email')

{{ $message }}

@enderror
@error('reply_to')

{{ $message }}

@enderror
@error('default_subject')

{{ $message }}

@enderror

Opt-in Settings

double_opt_in) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded" >

Company Information

Welcome Email

welcome_email_enabled) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded" >

Unsubscribe Settings

unsubscribe_email_enabled) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded" >

Where to redirect users after they unsubscribe

GDPR Compliance

gdpr_enabled) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded" >
Cancel
@endsection