Add a master account
Add AccountNOTE: Your master Account will be deleted after 10 days of expiration and have not been renewed.
Account ID | Account Password | Account Type | Account Name | Server | Deployment status | Started at | Expiring at | |
---|---|---|---|---|---|---|---|---|
{{ $item['login'] }} | {{ $item['password'] }} | {{ $item['account_type'] }} | {{ $item['account_name'] }} | {{ $item['server'] }} |
@if ($item['deployment_status'] == 'Deployed')
{{ $item['deployment_status'] }}@else{{ $item['deployment_status'] }}@endif |
{{ \Carbon\Carbon::parse($item['start_date'])->toDayDateTimeString() }} | {{ \Carbon\Carbon::parse($item['end_date'])->toDayDateTimeString() }} | @if (now()->greaterThanOrEqualTo(\Carbon\Carbon::parse($item['end_date']))) Renew @endif |
No Data Available |