@extends('layouts.app') @section('title', __('dashboard.backups_title')) @section('page_heading', __('dashboard.backups_title')) @section('content') {{-- KPIs --}}
| الملف | {{ __('dashboard.type_label') }} | الحجم | التاريخ | الإجراءات |
|---|---|---|---|---|
|
{{ $b['filename'] }}
@if(!empty($b['checksum']))
{{ \Illuminate\Support\Str::limit($b['checksum'], 28, '…') }}
@endif
|
{{ strtoupper($b['driver']) }} | {{ $b['size_human'] }} | {{ $b['created_at_human'] }} |