@extends('layouts.app') @section('title', 'Dispute Details - Moderator') @section('content')
₦{{ number_format($dispute->challenge->amount, 2) }} at stake
{{ $dispute->reason }}
Click to view the evidence file
Click to view the evidence file
{{ $proof->description }}
@endifThis dispute has been resolved.
Resolution: {{ $dispute->resolution }}
@if($dispute->admin)Resolved by {{ $dispute->admin->username }} on {{ $dispute->updated_at->format('M j, Y H:i') }}
@endif@if(!$dispute->moderator_id) This dispute is not assigned to anyone yet. @else This dispute is assigned to {{ $dispute->moderator->username }}. @endif