@extends('layouts.account') @section('page-title', 'My Friends') @section('content') {{-- @php--}} {{-- dd($friends);--}} {{-- @endphp--}}
@forelse($friends as $friend) @empty

You have no friends.

@endforelse
@endsection