@php $type = $item['type']; $at = $item['at']; $model = $item['model']; @endphp
  • @if($type !== 'call')
    {{ match($type) { 'contact_event' => 'C', default => 'ยท', } }}
    @endif
    @if($type === 'contact_event') @include('admin.devices.partials.contact-event-inline', [ 'event' => $model, 'device' => $device, 'linkedContact' => $contact, 'contactIndex' => $contactIndex ?? [], ]) @elseif($type === 'call')
    @endif