@extends('student.layouts.app') @section('title', app()->getLocale() === 'ar' ? 'المحادثات' : 'Chat') @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp
{{ $conv->last_message }}
@endif{{ $isArabic ? 'لا توجد محادثات' : 'No conversations' }}
@endforelse{{ $otherUser->name }}
{{ $isArabic ? ucfirst($otherUser->type) : ucfirst($otherUser->type) }}
{{ $msg->message }}
{{ $msg->created_at->format('H:i') }}