{{ Session::get('success-status') }}
{{ Session::get('error-status') }}
Welcome to Crypt Shares
Please report any feedback/issues here.
The site is currently in development and your feedback is HIGHLY appreciated.
Feedback Form
Groups Listing
| Group Name | Group Type | Group Owner | Status | Action |
|---|---|---|---|---|
| {{$value['groups']['group_name']}} | {{$value['groups']['group_type'] == 'cg' ? 'Close Group' : 'Open Group'}} | {{$value['groups']['group_admin_name']}} | {{$value['groups']['status'] == 1 ? 'Active' : 'Inactive'}} |
@if($value['groups']['user_id'] == Auth::guard('crypto')->user()->id)
|
| There is no group available till now. | ||||