@push('title', __('Banned'))
{{ __('It seems like you are banned off :hotel', ['hotel' => setting('hotel_name')]) }}

{{ __('Ban type:') }} {{ $ban->type }}

{{ __('Ban reason:') }} {{ $ban->ban_reason }}

{{ __('Ban expiration:') }} {{ date('Y/m/d', $ban->ban_expire) }}

{{ __('If you believe this is a mistake, please reach out to one of our staff members through our Discord server!') }}

{{ __('Join discord') }}