@extends('layouts.client') @section('title', 'Support') @section('content')

Support

Chat with our team here in the app. Messages are answered by support staff.

Live Chat Support Team
@forelse($messages as $msg)

{{ $msg->body }}

{{ $msg->is_admin ? 'Support' : 'You' }} · {{ $msg->created_at->format('M d, H:i') }}
@empty

No messages yet. Say hello and our team will respond.

@endforelse
@csrf
@if($whatsapp || $telegram)

Other ways to reach us

These open WhatsApp or Telegram in a separate app — not the live chat above.

@endif
@endsection @push('scripts') @endpush