@extends('layouts.app') @section('title', 'Influencers') @section('page-title', 'Influencers') @push('head') @endpush @push('styles') @endpush @section('content') @if(session('success'))
| Influencer | Platforms | Subscribers | Videos | Views | Industry | |
|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($inf->influencer_name,0,1)) }}
{{ $inf->influencer_name }}
@if($inf->channel_name){{ $inf->channel_name }} @endif
|
@if($inf->youtube_url && $synced) Subs |
@if($inf->youtube_url && $synced) {{ number_format($vidCount) }} Videos |
@if($inf->youtube_url && $synced)
{{ \App\Services\YouTubeService::fmt($viewCount) }} Views {{ $inf->yt_synced_at->diffForHumans() }}
@elseif($inf->youtube_url)Not synced
@else—@endif
|
@if($inf->industry){{ $inf->industry_label }} @else—@endif |
@if($inf->youtube_url)
@endif
|
| Influencer | Channel | Subscribers | Videos | Views | Industry | Status | |
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($user->name,0,1)) }}
{{ $user->name }} {{ $user->email }} |
@if($user->channel_name) {{ $user->channel_name }} @endif
@if($user->channel_url)Visit Channel@endif
@if(!$user->channel_name&&!$user->channel_url)—@endif
|
@if($isYt&&$synced) Subs |
@if($isYt&&$synced) {{ number_format($vidCount) }} Videos |
@if($isYt&&$synced)
{{ \App\Services\YouTubeService::fmt($viewCount) }} Views {{ $user->yt_synced_at->diffForHumans() }}
@elseif($isYt)Not synced
@else—@endif
|
@if($user->industry){{ $industries[$user->industry]??ucfirst($user->industry) }} @else—@endif | Approved |
@if($isYt)
@endif
|
| Your Column | Maps to Field |
|---|