@foreach($activities as $date=>$array)
{{$date}}
@foreach ($array as $item)
@if ($item->description == "created")
@elseif ($item->description == "updated")
@else
@endif
{{$item->created_at->format('h:i:s')}}
@if ($item->description == "created")
@elseif ($item->description == "updated")
@else
@endif
Fatal error: Uncaught Error: Call to undefined function activityProperties() in /home/chuquicamata/public_html/bridge2/packages/atplus/atcore/src/views/settings/users/activity_records.blade.php:75
Stack trace:
#0 {main}
thrown in /home/chuquicamata/public_html/bridge2/packages/atplus/atcore/src/views/settings/users/activity_records.blade.php on line 75