@if(Session::has('submit-status'))
{{ Session::get('submit-status') }}
@endif
@if(Session::has('error-status'))
{{ Session::get('error-status') }}
@endif
Pending Groups Request
|
Group Name |
Group Type(s) |
Action |
@foreach($pending_lists as $key => $value)
|
{{$value['groups']['group_name']}} |
{{$value['groups']['group_type'] == 'cg' ? 'Close Group' : 'Open Group'}} |
|
@endforeach
@endsection