@extends('layouts.admin') @section('title', __('Create Customer Group')) @section('page-title', __('Create Customer Group')) @section('content')
@csrf
@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

Limits

Permissions

One header per line in format: Header-Name: Header-Value

{{-- DOMAINS TAB --}} {{-- Tracking Domains Section --}}
{{-- Sending Domains Section --}}
{{-- LISTS TAB --}} {{-- LISTS TAB --}}
{{-- Permission Toggles --}}
{{-- Can import subscribers --}}
{{-- Can export subscribers --}}
{{-- Can copy subscribers --}}
{{-- Can delete own lists --}}
{{-- Can delete own subscribers --}}
{{-- Can segment lists --}}
{{-- Mark blacklisted as confirmed --}}
{{-- Use own blacklist --}}
{{-- Can edit own subscribers --}}
{{-- Subscriber profile update optin history --}}
{{-- Can create list from filtered search results --}}
{{-- Show 7 days subscribers activity --}}
{{-- Numeric inputs --}}
{{-- Max. lists --}}

Set -1 for unlimited

{{-- Max. subscribers --}}

Set -1 for unlimited

{{-- Max. subscribers per list --}}

Set -1 for unlimited

{{-- Max. custom fields per list --}}

Set -1 for unlimited

{{-- Copy subscribers at once --}}
{{-- Max. segment conditions --}}
{{-- Max. segment wait timeout --}}
{{-- Force opt-in/out, double opt-in --}}
{{-- Force the OPT-IN process --}}
{{-- Force the OPT-OUT process --}}
{{-- Force double opt-in confirmation --}}
{{-- Custom fields default visibility --}}
{{ __('Cancel') }} {{ __('Create Customer Group') }}
@endsection