@extends('layouts.admin') @section('title', 'Exports') @section('content') @if($exports->total())

Exports


@forelse($exports as $export) @empty @endforelse
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

{{ $exports->links() }} @else
No exports are generated
@endif @endsection