@extends('layouts.admin') @section('title', 'Exports') @section('content') @if($exports->total())
| Export | Size | Status | Date | Action | ||
|---|---|---|---|---|---|---|
| {{$export->file}} | @size($export->size) | {{$export->status->name()}} | {{$export->updated_at->diffForHUmans()}} | @if($export->is_completed) Download @endif | ||
|
No matching exports |
||||||