@extends('layouts.admin') @section('title', 'Customer Support') @section('content')
@if($selected)
{{ $selected->user->name }} {{ $selected->user->email }}
View profile
@foreach($messages as $msg)

{{ $msg->body }}

@endforeach
@csrf
@else

Select a conversation

Choose a client from the inbox or start a new chat to reply.

@endif
@endsection @if($chatConfig) @push('scripts') @endpush @endif