|
{{ $report->created_at->diffForHumans() }}
|
{{ $report->name }} |
{{ $report->download_count }}
|
|
@manager
@if($report->status == \App\Enums\Status::Success->value)
Download
Create Mail
@endif
Delete
Are you sure you?
This operation is permanent and can not be reversed.
Stats / log
Downloads stats / logs
@endmanager
|