@extends('layout.dashboard-app') @section('content')
Send Friend Requests
@foreach($users as $user)
img

{{$user->name}}

@csrf
@endforeach
@endsection