@extends('layouts.app') @section('title', '您已被封禁') @section('content') @if (auth()->user()->banned_at)

很抱歉,您可能违反了我们的规定。

{{ auth()->user()->banned_reason }}

@csrf
@else

您的账号正常。

返回首页 @endif @endsection