Reports

Reports

Manage your reports

@if (isset($reports) && count($reports) > 0)
@foreach ($reports as $report) @endforeach
# Key Name Status File Type Download Created At
{{ $report->id }} {{ $report->key }} {{ $report->name }} {!! $report->status->badge() !!} {{ $report->file_type }} @if ($report->isCompleted()) Download @else N/A @endif {{ $report->created_at->format('Y-m-d H:i') }}
@if ($reports->hasPages()) @endif @else
No reports found!
@endif