@props([
'endpoint',
'emailDetachEndpoint' => null,
'activeType' => 'all',
'types' => null,
'extraTypes' => null,
])
{!! view_render_event('admin.components.activities.before') !!}
@foreach ($extraTypes ?? [] as $type)
{{ ${$type['name']} ?? '' }}
@endforeach
{!! view_render_event('admin.components.activities.after') !!}
@pushOnce('scripts')
@endPushOnce