@php if(!isset($object)) $object = new \Spatie\Activitylog\Models\Activity(); @endphp
{!! $object->description !!}
KEYS | @isset($object->properties['old'])OLD VALUES | @endisset @isset($object->properties['new'])NEW VALUES | @endisset||||
---|---|---|---|---|---|---|
{{prettyField($key)}} | @isset($object->properties['old']) @if($relation = keyIsARelation($key)) @if(isset($object->subject_type::find($object->subject_id)->{$relation['relation_name']})){{$object->subject_type::find($object->subject_id)->{$relation['relation_name']}->value($relation['display_field'])}} | @else@endif @else | {{$object->properties['old'][$key]}} | @endif @endisset @isset($object->properties['new']) @if($relation = keyIsARelation($key)) @if(isset($object->subject_type::find($object->subject_id)->{$relation['relation_name']})){{$object->subject_type::find($object->subject_id)->{$relation['relation_name']}->value($relation['display_field'])}} | @else@endif @else | {{$object->properties['new'][$key]}} | @endif @endisset