4T App

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