Sync Log

@foreach ($website_sync_logs as $website_sync_log) @endforeach
Date Sync Type Operation Record
{{ $website_sync_log->created_at }} {{ $website_sync_log->sync_type }} {{ $website_sync_log->operation }} @php $records = collect(json_decode($website_sync_log->record, true)) ->pluck('record') ->toArray(); @endphp {{ implode(', ', $records) }}
{{ $website_sync_logs->appends($_GET)->links() }}