@switch($activity->event) @case("created") @foreach ($attributes as $attribute => $value) @if ($value) @endif @endforeach @break @case("updated") @foreach ($keys as $key) @if ($attributes[$key]) @endif @endforeach @break @case("deleted") @foreach ($old as $attribute => $value) @if ($value) @endif @endforeach @break @endswitch
{{ __('dashboard.attribute') }} {{ __('dashboard.value') }}
{{$attribute}} {{$value}}
{{ __('dashboard.attribute') }} {{ __('dashboard.old_value') }} {{ __('dashboard.current_value') }}
{{$key}} {{$old[$key]}} {{$attributes[$key]}}
{{ __('dashboard.attribute') }} {{ __('dashboard.value') }}
{{$attribute}} {{$value}}