@extends('layouts.app') @section('content')
| ID | Type | Initiator | Status | Started |
|---|---|---|---|---|
| {{ $call->id }} | {{ $call->type }} / {{ $call->mode }} | {{ $call->initiator?->name }} | {{ $call->status }} | {{ $call->created_at->diffForHumans() }} |
| No active calls | ||||
| Call | Action | User | Time |
|---|---|---|---|
| #{{ $log->call_id }} | {{ $log->action }} | {{ $log->user?->name ?? '—' }} | {{ $log->created_at?->diffForHumans() }} |
| ID | Type | Initiator | Status | Duration |
|---|---|---|---|---|
| {{ $call->id }} | {{ $call->type }} | {{ $call->initiator?->name }} | {{ $call->status }} | {{ $call->duration_seconds }}s |