Platform
@php $platforms = ['instagram' => 'Instagram', 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'youtube' => 'YouTube', 'linkedin' => 'LinkedIn']; @endphp @foreach($platforms as $value => $label) @if(isset($counts[$value])) @endif @endforeachType
@php $types = ['' => 'All Types', 'comment' => 'Comments', 'dm' => 'DMs', 'mention' => 'Mentions']; @endphp @foreach($types as $value => $label) @endforeachNo messages found
Try adjusting your filters
{{ $msg->sender_name }}
{{ Str::limit($msg->body, 80) }}
Select a message
Click on any message in the list to view details and reply
{{ $msg->sender_name }}
{{ ucfirst($platform) }} · {{ $typeLabel }}
{{ $msg->body }}
Actions
Reply
{{-- Tone selector --}}{{ $aiReply }}