@php $i = 1; @endphp @foreach ($destinations as $destination) @if( $destination->updated_who == null) @else @endif @if( $destination->updated_at == null) @else @endif @endforeach
No Code Name Create Who Change Who Create At Change At
{{ $i++ }} {{ $destination->code }} {{$destination->name}} {{ $destination->created_who }}Belum Diubah{{ $destination->updated_who }}{{ \Carbon\Carbon::parse($destination->created_at)->format('d-m-Y H:i:s') }}Belum Diubah{{ \Carbon\Carbon::parse($destination->updated_at)->format('d-m-Y H:i:s') }}