@extends('layouts.app') @push('title', __('Banned')) @section('content')
{{ __('Ban type:') }}
{{ $ban->type }}
{{ __('Ban reason:') }}
{{ $ban->ban_reason }}
{{ __('Ban expiration:') }}
{{ date('Y/m/d', $ban->ban_expire) }}