@extends('front.layouts.master-auth') @section('content') @lang('Messages') @lang('Keywords') الشخص الكل @foreach($contacts as $contact) {{ $contact['name'] }} @endforeach الترتيب الأحدث أولاً الأقدم أولاً حالة القراءة الكل غير مقروءة فقط إعادة تعيين الفلاتر @include('front.user.chat.list') @endsection @section('js-body') @endsection