{{$residents_count}} Residents Mentored View
Field Works {{count($fieldWorks)}}
{{$unread['inbox']}} Inbox View
{{$unread['outbox']}} Outbox View
@foreach($courses_cohort as $key=>$cohorts) @foreach ($cohorts->cohort->cohortUsers as $key=>$cohort_user)
Pic
@endforeach @endforeach

Courses (Cohorts) Current Cohorts

@foreach($courses_cohort as $key=>$cohorts) @endforeach
{{$cohorts->title}} ( {{$cohorts->cohort->name}} )
{{count($cohorts->cohort->cohortUsers)}} Residents {{$cohorts->title}} @if($cohorts->is_published == 1) Active @else Not Active @endif
@foreach($courses_cohort as $key=>$cohorts) @foreach ($cohorts->cohort->cohortUsers as $key=>$cohort_user) @endforeach @endforeach
First Name Last Name Email Cohort Actions
b {{-- --}}
{{$cohort_user->name}} {{$cohort_user->last_name}} {{$cohort_user->email}} {{$cohort_user->cohort->name}}
@section('scripts') @parent @endsection