phpvms/resources/views/layouts/default/auth/suspended.blade.php
2018-05-21 09:57:41 -05:00

17 lines
431 B
PHP

@extends('app')
@section('title', __('auth.accountsuspended'))
@section('content')
<div class="row">
<div class="col-md-12 " style="text-align: center;">
<div class="flex-center position-ref full-height">
<div class="title m-b-md">
<h2 class="description">
@lang('auth.suspendedmessage')
</h2>
</div>
</div>
</div>
</div>
@endsection