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

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

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