@if ((isset(auth()->guard('web')->user()->user_id) == $video->user_id) && Route::currentRouteName() == 'web.userProfile' && !request()->explore)
@endif
  {{$video->total_views}}
@if (Route::currentRouteName() != 'web.userProfile')