@extends('admin.layout') @section('title', 'Aprilo AI Control Center - Operations Workspace') @section('content')
Unified control center for AI agent management, live inbox support, configurations, and internal staff operations.
{{ $organization->subdomain }}.aprilo.ai
Breakdown of employee inquiries resolved across HR policy topics, leave requests, and digital ID card issuances.
| Employee | Dates | Status |
|---|---|---|
| {{ $leave->user->name ?? 'Staff' }} | {{ \Carbon\Carbon::parse($leave->start_date)->format('M d') }} - {{ \Carbon\Carbon::parse($leave->end_date)->format('M d') }} | {{ $leave->status }} |
| No pending leave applications. | ||
| Employee | Date | Status |
|---|---|---|
| {{ $wfh->user->name ?? 'Staff' }} | {{ \Carbon\Carbon::parse($wfh->date)->format('M d, Y') }} | {{ $wfh->status }} |
| No pending WFH requests. | ||
A unified records directory showing active visitor sessions classified into Customers (E-Commerce) vs Employees (validated HR portal users).
| Visitor ID / Name | Classification | Subdomain channel | Total Queries Asked | Staff Joining Date | Last seen metrics |
|---|---|---|---|---|---|
| Loading CRM sessions... | |||||
No documents uploaded yet.
@else @foreach ($sources as $source)Integrate this widget code script tag into any HTML template to render the floating customer support widget.
<script src="http://localhost:3000/widget.js?subdomain={{ $organization->subdomain }}&api_url=http://localhost:8000/api" async defer></script>
Navigate to theme customizer, click app embeds and toggle Aprilo.
Install WordPress module connector and configure domain authorization token.
Paste script snippet block in Content Settings HTML Head configuration.
No active leave requests found.
@else| Staff Member | Reason | Start Date | End Date | Status |
|---|---|---|---|---|
| {{ $leave->user->name }} | {{ $leave->reason ?: 'N/A' }} | {{ \Carbon\Carbon::parse($leave->start_date)->format('M d, Y') }} | {{ \Carbon\Carbon::parse($leave->end_date)->format('M d, Y') }} | {{ ucfirst($leave->status) }} |