@extends('layouts.app') @section('content')
@if($followers->count() > 0)
{{$followers->links()}}
@else

You don't have any follow requests

@endif
@endsection @push('scripts') @endpush