@if($search || $userFilter || $dateFrom || $dateTo) @endif
@forelse($conversations as $conversation) @empty @endforelse
{{ __('admin.conversations.table.id') }} {{ __('admin.conversations.table.title') }} {{ __('admin.conversations.table.user') }} {{ __('admin.conversations.table.subject') }} {{ __('admin.conversations.table.messages') }} {{ __('admin.conversations.table.last_activity') }} {{ __('admin.conversations.table.actions') }}
#{{ $conversation->id }}
{{ $conversation->title }}
{{ substr($conversation->user->first_name, 0, 1) }}
{{ $conversation->user->full_name }}
{{ $conversation->user->email }}
@if($conversation->subject) {{ $conversation->subject->name }} @else @endif {{ $conversation->messages_count }} {{ $conversation->last_message_at?->diffForHumans() ?? __('Jamais') }}
{{ __('admin.conversations.no_conversations') }}
@if($conversations->hasPages()) @endif
@push('styles') @endpush