@extends('../layout/' . $layout) @section('subhead') Chat @endsection @section('subcontent')

Chat

Astrologer image
{{ $data['userName'] }}
@foreach ($messages as $msg) @if (isset($msg['fields']['userId2']['stringValue']) && $msg['fields']['userId2']['stringValue'] == $data['ticketId'])
{{ $msg['fields']['message']['stringValue'] ?? '' }}
@else
{{ $msg['fields']['message']['stringValue'] ?? '' }}
@endif @endforeach
@if ($data['ticketStatus'] != 'CLOSED') @csrf
@endif
@endsection @section('script') @endsection