@extends('user.layouts.master') @push('css') @endpush @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.dashboard"), ] ], 'active' => __(@$page_title)]) @endsection @section('content')

{{__(@$page_title)}}

client
{{ @$chatBox->senderImage->fullname }}
Email : {{ $chatBox->senderImage->email }}
    @foreach ($chatBox->conversations ?? [] as $item)
  • Profile

    {{ $item->message }}

  • @endforeach
@endsection @push('script') @if (isset($chatBox) && isset($chatBox->id)) @if ($basic_settings->broadcast_config != null && $basic_settings->broadcast_config->method == "pusher") @endif @endif @endpush