@php $calls = is_array($pageData) ? ($pageData['calls'] ?? collect()) : $pageData; $contactIndex = is_array($pageData) ? ($pageData['contactIndex'] ?? []) : []; @endphp @include('admin.devices.partials.monitoring-notice')
@forelse($calls as $call) @empty @endforelse
{{ __('devices.calls.col_type') }} Fecha {{ __('devices.calls.col_contact') }}
{{ $call->called_at?->format('d/m/Y H:i:s') }} @if($call->phone_no) @else @endif
Sin llamadas registradas aún. El dispositivo las enviará automáticamente.