@extends('Template::layouts.frontend') @section('content') @php $bannedContent = getContent('banned.content', true); @endphp @lang('You are banned') @lang('Reason'): {{ $user->ban_reason }} @endsection @push('style') @endpush
@lang('Reason'):
{{ $user->ban_reason }}