@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'رسائل الدعم' : 'Support Messages') @section('skip_page_hero', true) @php($isArabic = app()->getLocale() === 'ar') @section('content')
{{ $thread->socialWorker?->name ?? '—' }}{{ $thread->student?->name ? ' • ' . $thread->student->name : '' }}
@endforeach @else