@extends('layouts.admin') @section('page_title', 'Manage Reporters') @section('content')
| ID | Name | Status | Date Joined | Actions | |
|---|---|---|---|---|---|
| {{ $reporter->id }} | {{ $reporter->name }} | {{ $reporter->email }} | @if($reporter->status == 'active') Active @elseif($reporter->status == 'pending') Pending @else Suspended @endif | {{ $reporter->created_at->format('M d, Y') }} | Edit Status |