{{ $inst->role }}
@php $followers = App\Followers::where('user_id', '!=', $inst->id)->where('follower_id', $inst->id)->count(); $followings = App\Followers::where('user_id', $inst->id)->where('follower_id','!=', $inst->id)->count(); $course = App\Course::where('user_id', $inst->id)->count(); @endphp