@extends('back.layouts.main') @section('title' , 'Log') @section('content')
الاسم | ID | Action | الداتا الجديدة | الداتا القديمة | الوقت |
{{@$activity->causer->name}} | {{@$activity->description}} |
{{ str_replace('App\Models\\','',$activity->subject_type)}}
{{ $activity->subject_id }} |
@isset($activity->changes['attributes']) @foreach($activity->changes['attributes'] as $key=>$value) {{$key}}: @include('back.products.log._value') @endforeach @endif | @isset($activity->changes['old']) @foreach($activity->changes['old'] as $key=>$value) {{$key}}: @include('back.products.log._value') @endforeach @endif | {{@$activity->created_at}} |