@extends('layouts.superadmin') @section('content')

Database Diff History

@foreach($logs as $log)
{{ $log->clone_db }} @ {{ $log->detected_at->format('Y-m-d H:i') }}
{{ json_encode($log->differences, JSON_PRETTY_PRINT) }}
@endforeach {{ $logs->links() }}
@endsection