@extends('layouts.admin') @section('title', 'Backup Reports') @section('content')
| Server | Backup IP | Date | Start Time | End Time | Duration | Status | Remarks | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $report->server?->name ?? '—' }} |
{{ $report->backup_ip ?? '—' }}
|
{{ $report->backup_date?->format('D, M j, Y') }} | {{ $report->backup_start_time?->format('D, M j, Y g:i A') ?? '—' }} | {{ $report->backup_end_time?->format('D, M j, Y g:i A') ?? '—' }} | {{ $report->formatted_duration }} | {{ $report->status_label }} | {{ $report->remarks ?? '—' }} | |
| No reports found for the selected filters. | ||||||||