@extends('admin.layouts.app') @section('title', 'Log Details') @section('content')
Field | Old Value | New Value |
---|---|---|
{{ ucfirst(str_replace('_', ' ', $field)) }} | {{ is_array($oldValue) ? json_encode($oldValue) : $oldValue }} | {{ is_array($log->new_values[$field]) ? json_encode($log->new_values[$field]) : $log->new_values[$field] }} |