@extends('layouts.app',['title' => $user->username . "'s follows"]) @section('content')
@if($following->count() !== 0) @else

{{ __('profile.emptyFollowing') }}

@endif
{{$following->links()}}
@endsection @push('meta') @endpush