Processed Results
@if(!empty($responses) && count($responses) > 0)| # | Man Number | Status | Message |
|---|---|---|---|
| {{ $index + 1 }} | {{ $response['man_number'] ?? 'N/A' }} | {{ ucfirst($response['status']) }} | {{ $response['message'] }} |
No results to display.
@endif