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