@if(optional($form)->id && $isForm === true) {{ __('common.edit') }} @elseif(optional($form)->id && $isForm === false) {{ __('common.show') }} @else {{ __('common.create') }} @endif

reply_all  {{ __('common.go_back') }}

{{ __('activity.activity_information') }}

@if($isForm === true) @else
{{ optional($form)->auditable_type }} (id: {{ optional($form)->auditable_id }})
@endif
@if($isForm === true) @else
{{ optional(optional($form)->user)->name }}
@endif
@if($isForm === true) @else
{{ __(optional($form)->event) }}
@endif
@if($isForm === true) @else
{{ optional($form)->created_at }}
@endif

{{ __('activity.old_information') }}

{{-- --}} @if($isForm === true) @else
{!! '
' !!}{{ json_encode(optional($form)->old_values, JSON_PRETTY_PRINT) }}{!! '
' !!}
@endif

{{ __('activity.changed_information') }}

{{-- --}} @if($isForm === true) @else
{!! '
' !!}{{ json_encode(optional($form)->new_values, JSON_PRETTY_PRINT) }}{!! '
' !!}
@endif

{{ __('activity.other_information') }}

@if($isForm === true) @else
{{ optional($form)->os }}
@endif
@if($isForm === true) @else
{{ optional($form)->browser }}
@endif
@if($isForm === true) @else
{{ optional($form)->ip_address }}
@endif
@if($isForm === true) @else
@if(optional($form)->url === 'console' || optional($form)->url === '') {{ optional($form)->url }} @else {{ optional($form)->url }} @endif
@endif