@extends('admin.layouts.app') @section('panel')
@forelse($subscribers as $subscriber) @empty @endforelse
@lang('User') @lang('Channel Name') @lang('Following User')
{{ $subscriber->followUser->fullname }}
@{{ $subscriber->followUser->username }}
{{ $subscriber->followUser->channel_name }} {{ $subscriber->followingUser->fullname }}
@{{ $subscriber->followingUser->username }}
{{ __($emptyMessage) }}
@if ($subscribers->hasPages()) @endif
@endsection @if($subscribers->count()) @push('breadcrumb-plugins') @endpush @endif