@extends('admin.layouts.app') @section('title', __('admin.audit_logs.details_title')) @section('breadcrumb') @endsection @section('content')
{{ json_encode($log->old_values, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) }}
@else
{{ __('admin.audit_logs.no_old_values') }}
@endif{{ json_encode($log->new_values, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) }}
@else
{{ __('admin.audit_logs.no_new_values') }}
@endif