@extends('layout.app')
@section('title', 'Cloud Backup')
@section('content')
| # | Nama | Tipe | Destination | Schedule | Status | Last Run | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $backup->id }} | {{ $backup->name }} | {{ $backup->type }} | {{ Str::limit($backup->destination, 30) }} | {{ $backup->schedule }} | {{ $backup->status }} | {{ $backup->last_run?->format('Y-m-d H:i') ?? '-' }} | edit Edit |
|
cloud_upload
Belum ada backup job |
|||||||