Settings
@csrf
late_coming_allowed ? 'checked' : '' }}>
@if($Screenshots->count() > 0)
@foreach($Screenshots as $shot)
Screenshot
Captured: {{ \Carbon\Carbon::parse($shot->date_time)->format('Y-m-d H:i:s') }}

Uploaded: {{ \Carbon\Carbon::parse($shot->created_at)->format('Y-m-d H:i:s') }}

@endforeach
@else
No screenshots found for the selected date range.
@endif