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

Score Audit Logs

@forelse($auditLogs as $log) @empty @endforelse
Answer ID Examiner Name Question # Previous Score New Score Reason Created At
{{ $log->answer_id }} {{ $log->examiner_name ?? '-' }} {{ $log->question_number ?? '-' }} {{ $log->previous_score }} {{ $log->new_score }} {{ $log->reason ?? '-' }} {{ $log->created_at?->format('Y-m-d H:i') ?? '-' }}
No audit logs found.
{{ $auditLogs->links() }}
@endsection