@extends('layout.emapp') @section('content')
@foreach ($chat['chats'] as $item) @if ($item['replied_by'] == 1)
{{ $item['comment'] }} @if ($item['attachment']) attachment @endif
{{ $item['created_at'] }}
@else
{{ $item['comment'] }} @if ($item['attachment']) attachment @endif
{{ $item['created_at'] }}
@endif @endforeach
@csrf
   
  • attach
  • attach
@endsection @section('script') @endsection