@extends('layouts.admin') @section('styles') @stop @section('title') BACKUPS @stop @section('titulo') BACKUPS @stop @section('acciones') HACER UN BACKUP Ver backups en la nube @stop @section('descripcion') @stop @section('content')
@foreach($datos as $f=>$r) @endforeach
NUMERO FECHA ARCHIVO ACCIONES
{{$f+1}} {{$r->date}} {{$r->name_file}} Descargar
@include('includes.modal-kardex') @section('scripts') @stop @endsection