@extends('layouts.app') @push('title', __('Banned')) @section('content')
{{ __('It seems like you are banned off :hotel', ['hotel' => $settings->get('hotel_name')]) }}

{{ __('Ban type:') }}

{{ $ban->type }}

{{ __('Ban reason:') }}

{{ $ban->ban_reason }}

{{ __('Ban expiration:') }}

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

@endsection