芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/resources/views/chat/index.blade.php
@extends('layouts.main') @section('title') {{ __('Messages ') }} @endsection @section('page-title')
@yield('title')
@endsection @section('content')
@foreach ($user_list as $key => $value) @empty($value->receiver)
{{ $value->sender->name }}
{{ $value->property->title }}
@endempty @endforeach @foreach ($user_list as $key => $value) @empty($value->sender)
{{ $value->receiver->name }}
{{ $value->property->title }}
@endempty @endforeach @foreach ($otherusers as $key => $value) {{-- {{ $value['customer_id'] }} --}}
{{ $value['name'] }}
{{ $value['title'] }}
@endforeach
@endsection @section('script') @endsection