database backups

This commit is contained in:
Saeed Vaziry
2023-08-25 21:05:18 +02:00
parent f9ac454a7c
commit ea3f011f34
55 changed files with 1111 additions and 172 deletions

View File

@ -15,10 +15,10 @@
@if(count($databases) > 0)
<x-table>
<tr>
<x-td>{{ __("Name") }}</x-td>
<x-td>{{ __("Created") }}</x-td>
<x-td>{{ __("Status") }}</x-td>
<x-td></x-td>
<x-th>{{ __("Name") }}</x-th>
<x-th>{{ __("Created") }}</x-th>
<x-th>{{ __("Status") }}</x-th>
<x-th></x-th>
</tr>
@foreach($databases as $database)
<tr>