{{ $note->title }}
{{ $note->student?->name ?? '—' }}
{{ $note->note }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الدعم الاجتماعي' : 'Social Support') @section('skip_page_hero', true) @php($isArabic = app()->getLocale() === 'ar') @section('content')
{{ $isArabic ? 'الدعم الاجتماعي' : 'Social Support' }}
{{ $isArabic ? 'كل ما تم ربطه بك من الأخصائية الاجتماعية بخصوص الأبناء يظهر هنا بوضوح.' : 'Everything linked to you by the social worker about your children appears here clearly.' }}
{{ $note->student?->name ?? '—' }}
{{ $note->note }}
{{ $request->student?->name ?? '—' }} · {{ $request->meeting_at?->translatedFormat('Y/m/d h:i A') ?? ($isArabic ? 'بدون موعد محدد' : 'No meeting scheduled') }}
{{ $request->message }}