@switch (true) @case ($showClosedButton) @if ($unSeenMessages > 0) {{ __('page_profile')['overview']['denied_appeal'] }}

{{ __('custom.ban_appeal_unseen_messages', ['count' => $unSeenMessages]) }}

{{ __('page_profile')['overview']['check_message'] }} @else

{{ __('page_profile')['overview']['check_ban_appeal'] }} @endif @break @case ($showPendingButton) @if ($unSeenMessages > 0)

{{ __('custom.ban_appeal_unseen_messages', ['count' => $unSeenMessages]) }}

{{ __('page_profile')['overview']['check_message'] }} @else

{{ __('page_profile')['overview']['check_ban_appeal'] }} @endif @break @case ($showBanAppealButton)

0) wire:click="readAllMessages" @endif> {{ __('page_profile')['overview']['contact_support'] }} @break @case ($showApprovedButton) @if ($unSeenMessages > 0) {{ __('page_profile')['overview']['approved_appeal'] }}

{{ __('custom.ban_appeal_unseen_messages', ['count' => $unSeenMessages]) }}

{{ __('page_profile')['overview']['check_ban_appeal'] }}

@endif @endswitch