@extends('layouts.seller') @section('title', 'My Complaints') @section('content')
Consignment Information
Search for a consignment to view its details.
| Ticket ID | Subject | Order ID | Date | Status | Action |
|---|---|---|---|---|---|
| TKT-{{ $complaint->id }} | {{ $complaint->subject }} | {{ $complaint->order->tracking_id ?? 'N/A' }} | {{ $complaint->created_at->format('d M, Y') }} | {{ $complaint->status }} | View Details |
| No complaints found. | |||||