@include('livewire.tenant.lemarex.activity.partials._header')
@foreach($activities as $activity) @php $user = $activity->user; @endphp @endforeach
  Activity Type Module Action Owner Created At Action
{{ config('env.activity_types')[$activity->activity_type] }} {{ config('env.module_types')[$activity->holder_type] }} {{ $activity->action }} {{ $user->given_names }} {{ $user->surname }} {{ $activity->created_at }}