@extends('layouts.app') @php use Jfcherng\Diff\DiffHelper; @endphp @push('datatable-styles') @include('sections.datatable_css') @endpush @section('content')
{{ ucwords(str_replace('_', ' ', $field)) }} |
|---|
| {!! DzHelper::diff_highlight( htmlentities($previousPage ? $previousPage->getModel()->$field : '-'), htmlentities($currentPage->getModel()->$field), 'old' ) !!} |
{{ __('No major changes found.')}}