Fixed login and added suspended message

This commit is contained in:
Nabeel Shahzad
2017-12-23 08:36:02 -06:00
parent 014aea6ae1
commit 07bcc5f199
4 changed files with 33 additions and 8 deletions

View File

@@ -59,6 +59,7 @@
@endif
@include('layouts.default.auth.toc')
<div style="width: 100%; text-align: right; padding-top: 20px;">
By registering, you agree to the Term and Conditions<br /><br />
{!! Form::submit('Register!', ['class' => 'btn btn-primary']) !!}

View File

@@ -0,0 +1,16 @@
@extends('layouts.default.app')
@section('title', 'account suspended')
@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">
your has been suspended. please contact an administrator
</h2>
</div>
</div>
</div>
</div>
@endsection()