Friend Request Friend Request
@if (session('message'))
× {{ session('message') }}.
@endif
  
@forelse ($usersrequest as $user)
{{ $user->name }}
{{ $user->name }}
{{ $user->emp_id }}
@if($friends_request_approve ||$friends_request_approve==null)
@csrf
@endif @if($friends_request_reject ||$friends_request_reject==null)
@csrf
@endif @if($friends_request_cancel ||$friends_request_cancel==null)
@csrf
@endif @if($friends_request_report ||$friends_request_report==null)
@csrf
@endif
@empty
× No Data Found.
@endforelse