@extends('home') @section('page_title') @include('fragment.dn.header') @endsection @section('main-content')
@csrf

@lang('Do you want to make the following changes?')

@foreach ($o->getObjects()->filter(fn($item)=>$item->isDirty()) as $key => $oo) @for($xx=0;$xx<$x;$xx++) @if($xx) @endif @endfor @endforeach
Attribute OLD NEW
{{ $oo->name }}
{{ (($r=$oo->render_item_old($xx)) !== NULL) ? $r : '['.strtoupper(__('New Value')).']' }} {{ (($r=$oo->render_item_new($xx)) !== NULL) ? $r : '['.strtoupper(__('Deleted')).']' }}
@endsection