@extends('layouts.app') @section('title', 'My Disputes - Moderator') @section('content')
Manage disputes assigned to you for resolution
Challenge | Players | Opened By | Status | Date | Actions |
---|---|---|---|---|---|
{{ $dispute->challenge->game->name }}
₦{{ number_format($dispute->challenge->amount, 2) }}
|
{{ $dispute->challenge->creator->username }}
vs
{{ $dispute->challenge->accepter->username }}
|
{{ $dispute->openedBy->username }}
|
{{ ucfirst($dispute->status) }} |
{{ $dispute->created_at->format('M j, Y') }}
{{ $dispute->created_at->diffForHumans() }}
|
View Details |