User register system, minor cosmetic changes, start of user authorisation

This commit is contained in:
Deon George
2021-11-11 22:57:13 +11:00
parent a0db589dc5
commit 3c8895a238
15 changed files with 488 additions and 206 deletions

View File

@@ -28,13 +28,13 @@
</div>
<span class="col-6 mt-auto mx-auto text-center align-bottom">
@if($errors->count())
@if($errors->count())
<span class="btn btn-sm btn-danger" role="alert">
There were errors with the submission.
@dump($errors)
</span>
There were errors with the submission.
@dump($errors)
</span>
@endif
</span>
</span>
@can('admin',$o)
<div class="col-2">