@foreach ($conversations as $conversation) @endforeach
الاسم الرسالة
{{ $conversation->store->name ?? $conversation->customer->name }} {{ $conversation->latestMessage->text ?? 'لا توجد رسائل بعد' }}
{{ $conversations->links() }}