@foreach($ori[$key] as $index => $item)
@if(count($item) > 0)
{{ $index }}
@foreach($item as $index2 => $i)
{{ $index2 }} : {{ $i }}
@endforeach
@endif
@if(count($ori[$key][$index]) <= 0 && count($new[$key][$index]) > 0)
{{ $index }}
Tiada Maklumat
@endif
@endforeach
→
@foreach($new[$key] as $index => $item)
@if(count($item) > 0)
{{ $index }}
@foreach($item as $index2 => $i)
{{ $index2 }} : {{ $i }}
@endforeach
@endif
@endforeach