@extends('admin.partial.template-full') @section('section')
Curated Onboarding
The ideal solution for communities seeking a balance between open registration and invite-only membership
|
ID | Username | @if(in_array($filter, ['all', 'open', 'awaiting', 'responses']))Status | @endifReason for Joining | Created | |
---|---|---|---|---|---|---|
|
#{{ $record->id }} |
@{{ $record->username }} |
@if(in_array($filter, ['all', 'open', 'awaiting', 'responses']))
{!! $record->adminStatusLabel() !!} | @endif{{ str_limit($record->reason_to_join, 100) }} |
{{ str_limit(\Illuminate\Support\Str::mask($record->email, '*', 5, 10), 10) }} |
{{ $record->created_at->diffForHumans() }} |
No {{ request()->filled('filter') ? request()->filter : 'open' }} applications found!