{{ $campaign->title }}
{{ $campaign->audience }} • {{ $campaign->sent_at?->format('Y-m-d') ?? '—' }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الاتصال الخاص' : 'Private Communication') @section('skip_page_hero', true) @php($isArabic = app()->getLocale() === 'ar') @section('content')
{{ $thread->subject }}
{{ $thread->participantUser?->name ?? '—' }}{{ $thread->student?->name ? ' • ' . $thread->student->name : '' }}
@endforeach @else{{ $campaign->title }}
{{ $campaign->audience }} • {{ $campaign->sent_at?->format('Y-m-d') ?? '—' }}