@extends('layouts.crm') @section('title')系统备份@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '系统设置', 'href' => ''], ['name' => '系统备份', 'href' => ''], ] /* --}} @endsection @section('body')
@if(count($info->all())) @foreach($info as $k=>$v) @endforeach @else @endif
备份日期 执行人 储存路径(服务器) 操作
{{ date('Y-m-d', $v['create_at']) }} {{ $v['name'] }} {{ $v['path'] }} 还原
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif
@section('footer') @endsection @endsection