@foreach($changeLog as $log)
{{TimestampConverter::getTimezoneTimestamp($log->updated_at, 'd-m-Y H:i:s')}}
{{$log->timeDiff}}

{{$log->operator}}

{{$log->searchText}}

@foreach($log->pic as $pic)
@include('components.itemsDownLoadFiles',[ 'isShowSync'=> 1, 'id'=> $pic->id, 'format'=> $pic->format, 'filePath' => $pic->filePath, 'pdfPath'=> $pic->pdfPath, 'thumbnailPath'=> $pic->thumbnailPath, 'filePath' => config('locations.customerDocument.asset').$pic->filePath, 'pdfPath'=> config('locations.customerDocument.asset').$pic->pdfPath, 'thumbnailPath'=> ((in_array($pic->format,\App\lib\FileTransaction::FILE_TYPES["document"] ))?config('locations.customerDocumentThumbnail.asset'):config('locations.customerDocument.asset')).$pic->thumbnailPath, 'name'=> $pic->name, 'created_at' =>$pic->created_at, 'updated_at' =>$pic->updated_at, 'file_upload_status' => $pic->file_upload_status, 'showDelete'=>0, 'showTime'=>0 ])
@endforeach
@endforeach