@extends('layouts.app') @section('content')

Excel文件列表(仅保留三个月以内的文件)

@foreach($excels as $i=>$excel) @endforeach
序号 名称 时间 条目数 文件下载
{{$i+1}} {{$excel['name']}} {{$excel['created_at']}} {{$excel['goods_amount']}}
@endsection