@extends($activeTemplate . 'layouts.app') @section('main-content') @php $banned = getContent('banned.content', true); @endphp

{{ __(@$banned->data_values->heading) }}

@lang('image')

{{ __($user->ban_reason) }}

@lang('Go to Home')
@endsection