Shortlink History
| ID | Shortlink Name | Date | Energy | Status |
|---|---|---|---|---|
| #{{ $link->id }} | {{ $link->shortlink->name }} | {{ $link->created_at }} | {{ $link->energy }} | @if($link->status == 'pending') Pending @elseif($link->status == 'completed') Completed @elseif($link->status == 'expired') Expired @endif |