@extends('layouts.admin') @section('title','Support inbox') @section('heading','Support inbox') @section('content')

Customer conversations

Privacy-scoped requests with moderated content, abuse triage, and immutable operator audits.

@forelse($conversations as $item)@empty@endforelse
Last activitySubjectCustomerPriorityMessagesModerationStatusAssigned
{{ $item->last_message_at->diffForHumans() }}{{ $item->subject }}
{{ str($item->public_id)->limit(14) }}
{{ $item->creator->name }}
{{ $item->creator->email }}
{{ $item->priority }}{{ $item->messages_count }}@if($item->reports_count){{ $item->reports_count }} open@else — @endif{{ $item->status }}{{ $item->assignee?->name ?? 'Unassigned' }}Open
No support conversations match these filters.
@endsection