@extends('layouts.app') @section('content')
@if($following->count() !== 0) @else

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

@endif
{{$following->links()}}
@endsection