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

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

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