@extends('layouts.app') @section('title', 'Aktivite Log Detayı') @section('content')
Log ID: #{{ $activityLog->id }}
{{ json_encode($activityLog->properties, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) }}
{{ $activityLog->user_agent }}