@extends('layouts.app') @section('page-pretitle', __('System')) @section('page-title', __('Audit Logs')) @section('content')
{{ json_encode($log->old_values, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
@else
None
@endif
{{ json_encode($log->new_values, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
@else
None
@endif