Files
CRM/resources/views/dashboard/events/_call.blade.php
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

10 lines
423 B
PHP

<div class="event-icon">
<img src="img/dashboard/call_{{ $event['nature_of_operation'] }}.png">
</div>
<div class="event-description">
<a href="{{ route('people.show', $event['contact_id']) }}" id="call_{{ $event['nature_of_operation'] }}_{{ $event['object_id'] }}">
{{ trans('dashboard.event_'.$event['nature_of_operation'].'_'.$event['object_type'], ['name' => $event['contact_complete_name']]) }}
</a>
</div>