@if($inst['user_img'] !== NULL && $inst['user_img'] !== '')
 }})
@else
->toBase64() }})
@endif
@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
- {{ $course }} {{ __('Courses') }}
- {{ $followers }} {{ __('Follower') }}
- {{ $followings }} {{ __('Following') }}