diff --git a/resources/views/mgt/ace.blade.php b/resources/views/mgt/ace.blade.php index aa63ef0b..e4bd899d 100644 --- a/resources/views/mgt/ace.blade.php +++ b/resources/views/mgt/ace.blade.php @@ -11,36 +11,11 @@
-
- @if(Session::has('aceSubmit')) - @if(Session::get('aceSubmit') !== true) -
- Error! - There was an error adding the controller to the ACE - team. {{ Session::get('aceSubmit') }}
- @else -
- Success! - The controller has been added to the ACE team. -
- @endif - @endif - - - - - -
@foreach ($roles as $ace) - + - @endforeach
{{$ace->cid}}{{$ace->cid}} {{$ace->user()->first()->fullname()}} - -
@@ -49,35 +24,4 @@
- @stop \ No newline at end of file