@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend-content')
@forelse ($influencers as $index => $influencer)
{{ html_decode($influencer->facebook_follower) }}

{{__('admin.Followers')}}

{{ html_decode($influencer->tiktok_follower) }}

{{__('admin.Followers')}}

{{ html_decode($influencer->youtube_follower) }}

{{__('admin.Followers')}}

{{ html_decode($influencer->instagram_follower) }}

{{__('admin.Followers')}}

{{__('admin.View Profile')}}
@empty

{{__('admin.Sorry! Influencer not found.')}}

@endforelse
{{ $influencers->links('custom_pagination') }}
@endsection