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

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