@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->getAttributesAsObjects()->filter(fn($item)=>$item->isDirty()) as $key => $oo) @for($xx=0;$xx<$x;$xx++) @if($xx) @endif @endfor @endforeach
Attribute OLD NEW
{{ $oo->name }}
{{ $oo->render_item_old($xx) ?: '['.strtoupper(__('New Value')).']' }} {{ $oo->render_item_new($xx) ?: '['.strtoupper(__('Deleted')).']' }}
@endsection