@extends('layouts.app') @section('title', 'Log #{{ $log->id }}') @section('page_title', 'Log de Auditoria #{{ $log->id }}') @section('page_actions') Voltar @endsection @section('content')
{{ json_encode($log->old_values, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) ?: '-' }}
{{ json_encode($log->new_values, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) ?: '-' }}