@if($type === 'local_newsletter') {{ __('Sent to users based on their location preferences') }} @elseif($type === 'general_newsletter') {{ __('Sent to all subscribed users and organizations') }} @elseif($type === 'system_message') {{ __('System announcements and important notices') }} @endif
@endif{{ __('Enter subject lines for each language based on your selected posts') }}
@if(count($availableLocales) > 0){{ __('Select posts to see available languages') }}
{{ __('Subject fields will appear based on your post translations') }}
{{ __('No posts selected yet') }}
Post ID: {{ $post['post_id'] }}
{{ __('Select which profile types should receive this mailing. You can select multiple types.') }}
{{ __('Tip: Hold Ctrl (Windows/Linux) or Cmd (Mac) while clicking to select multiple profile types') }}
{{ __('Filtering by :count profile type(s)', ['count' => count($selectedProfileTypes)]) }}
{{ __('Select a location to filter recipients. Only profiles with their primary location in the selected area will receive this mailing.') }}
{{ __('Estimated recipients with location filter: :count', ['count' => number_format($locationFilteredCount)]) }}
{{ __('messages.mailings.recipients_info.' . $type) }}
@if($filterByLocation && (count($selectedCountryIds) > 0 || count($selectedDivisionIds) > 0 || count($selectedCityIds) > 0 || count($selectedDistrictIds) > 0))
{{ __('messages.mailings.recipients_info.location_filtering_active') }}
@endif
{{ __('messages.mailings.recipients_info.no_type_selected') }}
@endif @if($type) @php $currentRecipientCount = collect($this->getCurrentRecipientCountsByLocale())->sum('count'); @endphp @if($currentRecipientCount > 0){{ __('Current estimated recipients: :count', ['count' => number_format($currentRecipientCount)]) }}
{{ __('Current estimated recipients: 0') }}
{{ __('Recipients by Language & Content') }}
@php $countsByLocale = $this->getCurrentRecipientCountsByLocale(); @endphp @if(count($countsByLocale) > 0){{ __('Some recipients will not receive the mailing due to missing content in their language.') }}
@endif{{ __('No recipients found for this mailing type.') }}
@endif