@extends('layouts.app')
@section('content')
@foreach($followers as $follow)
-
{{$follow->follower->username}} {{__('wants to follow you')}}
{{$follow->created_at->diffForHumans(null, true, true)}}
@endforeach
{{$followers->links()}}
@endsection
@push('scripts')
@endpush