diff --git a/resources/views/settings/relationships/home.blade.php b/resources/views/settings/relationships/home.blade.php index c4183534a..66b27628f 100644 --- a/resources/views/settings/relationships/home.blade.php +++ b/resources/views/settings/relationships/home.blade.php @@ -18,34 +18,33 @@
- +
+
- + --}} - @foreach($data as $follower) - + {{-- --}} @if($mode == 'following') - @else -
+ {{-- - UsernameRelationship Action
- {{-- --}} - + + - - {{$follower->username}} + +

{{$follower->username}}

+
Following Unfollow Follower Mute Block @@ -55,10 +54,19 @@ @endforeach
+
{{$data->appends(['mode' => $mode])->links()}}
@endif @endsection +@push('styles') + +@endpush @push('scripts')