@extends('layouts.master') @section('bodyclass') @endsection @section('jumbotron')
{{ $user->name }}
@endsection @section('content')
@forelse ($followers as $follower)
@empty
@lang('messages.new.nofollowers')
@endforelse
@endsection @section('extra')

{{ $followers->links() }}
@endsection @push('scripts') @endpush