@extends('layouts.app') @section('title', 'Admin Dashboard | SEF Solution') @section('content')
Website chat monitoring, active session insight, lead form tracking
| Phone | Messages | Active | Date | |
|---|---|---|---|---|
| {{ $chat->phone ?: 'N/A' }} | {{ $chat->messages_count }} | {{ $chat->active_seconds >= 60 ? ceil($chat->active_seconds / 60).'m' : $chat->active_seconds.'s' }} | {{ $chat->last_activity_at?->format('d M Y h:i A') }} | Open |
| No chats yet. | ||||
| Name | Phone | Business | Date |
|---|---|---|---|
| {{ $form->name ?: 'N/A' }} | {{ $form->phone ?: ($form->session->phone ?? 'N/A') }} | {{ $form->business_name ?: ($form->business_type ?: 'N/A') }} | {{ $form->created_at?->format('d M Y h:i A') }} |
| No forms yet. | |||