@extends('layouts.admin') @section('title', 'Dispute Management') @section('page-title', 'Dispute Management') @section('page-subtitle', 'Manage and resolve user disputes') @section('content')
Review and resolve challenge disputes
Opened by: {{ $dispute->openedBy->username }}
Reason: {{ $dispute->reason }}
@if($dispute->description)Description: {{ $dispute->description }}
@endifGreat job! There are no open disputes that need your attention.