@extends('account.base') @section('title', 'Chat') @section('account_content') @php($version = \Illuminate\Support\Facades\Config::get('app.version'))
@include('chat::account_left')
{{$detail[0]->title}}
{{$detail[0]->sendUser}}
{{$detail[0]->createTime}}

{{$detail[0]->title}}

{!!$detail[0]->body!!}

{{count($detail['documents'])}} {{ __('Attachment') }}

{{----}}
@if(count($detail['documents']) > 0) @foreach($detail['documents'] as $one)
{{$one->name}}
{{$one->name}}
@endforeach @endif
@if(empty($detail[0]->isNotification))
@endif
{{ csrf_field() }}
{{----}} {{--
{{ __('Uploading attachments') }}
--}} {{--
--}}
{{ __('Send') }}
@foreach($replay as $one)
{{$one->userName}} {{$one->created_at}}
{!!htmlspecialchars_decode($one->body)!!}
@endforeach
@endsection