@extends('admin.layouts.app') @section('title', 'Reported Users | Shortties') @section('main')

All Reported Users

Reported Users
@foreach ($reportedUsers as $user) @endforeach
# Name Profile Image Email Status Reported By Reported Email Reason Actions
{{ $user->id }} {{ $user->reportable->name }} Profile Image {{ $user->reportable->email }} {{ $user->status }} {{ $user->reporter->name }} {{ $user->reporter->email }} {{ $user->reason }}
@csrf @method('DELETE')
@endsection