@extends('frontend.layouts.app') @section('content')

{{ translate('Your account has been banned.') }}

{{ Auth::user()->member->blocked_reason }}
{{ translate('If you have any concerns regarding this action, please') }} {{ translate('Contact With Us') }}.
@endsection