@extends('admin.layouts.master') @section('after_styles') {{-- Ladda Buttons (loading buttons) --}} @endsection @section('header')
{!! trans('admin.help_backup', ['backupLocalStorage' => relativeAppPath(storage_path('backups'))]) !!}
# | {{ trans('admin.location') }} | {{ trans('admin.date') }} | {{ trans('admin.file_size') }} | {{ trans('admin.actions') }} |
---|---|---|---|---|
{{ $k+1 }} | {{ $b['disk'] }} | {{ $lastModified }} | {{ round((int)$b['file_size']/1048576, 2).' MB' }} | @if ($b['download']) {{ trans('admin.download') }} @endif {{ trans('admin.delete') }} |