diff --git a/resources/views/fragment/template/dn.blade.php b/resources/views/fragment/template/dn.blade.php index fc0961a3..f0c4c5f6 100644 --- a/resources/views/fragment/template/dn.blade.php +++ b/resources/views/fragment/template/dn.blade.php @@ -6,10 +6,10 @@
- @php($up=(session()->pull('updated') ?: collect())) + @php($up=(session()->get('updated') ?: collect())) @foreach($o->getVisibleAttributes()->filter(fn($item)=>$template->attributes->map('strtolower')->contains($item->name_lc)) as $ao) - + @endforeach