@if(!$isOnline) @if(count($towns)) @foreach($towns as $town)
{!! \MoonShine\ActionButtons\ActionButton::make( label: $town["title_{$currentLang}"], url: route('async-teleport-character',['char_name' => $character, 'isOnline' => $isOnline, 'coordinates' => $town['coordinates'], 'town_name' => $town["title_{$currentLang}"]]), )->customAttributes(['style' => 'width: 100%!important']) ->withConfirm(content: __('panel/auth/char-info.main.12', ['town' => $town["title_{$currentLang}"]]), method: 'GET')->icon('heroicons.map-pin') !!}
@endforeach @endif @else

{{ __('panel/auth/char-info.main.13') }}

@endif