@extends('backend.dashboard.layout.master') @section('content')
| {{ translate('Admin') }}: | {{ $activityLog->user->name }} |
|---|---|
| Action: | {{ $activityLog->action }} |
| {{ translate('Details') }}: |
{{ json_encode(json_decode($activityLog->details), JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
|
| {{ translate('IP Address') }}: | {{ $activityLog->ip_address }} |
| {{ translate('Browser') }}: | {{ $activityLog->user_agent }} |
| {{ translate('Date') }}: | {{ $activityLog->created_at }} |