@extends('Template::layouts.frontend') @section('content') @php $bannedContent = getContent('banned.content', true); @endphp
image

@lang('You are banned')

@lang('Reason'):

{{ $user->ban_reason }}

@endsection @push('style') @endpush