4T App
{{-- Display Current Character Name --}}
@if ($currentChar)
Current Character Name:
@endif
{{-- Display Remaining Time --}}
@if ($remainingTimeInSeconds)
{{ $currentChar }}
Remaining Time for the Event:
@endif
@if ($availableChars->isNotEmpty())
@else
00
:
00
:
00
No available characters for this account.
@endif