@php $number = 1; @endphp @foreach ($conversations as $contact) @include('pages.contact._action-menu') @endforeach
No Action Name Email WA Number Subject Message
{{ $number++ }}{{ $contact['name'] ?? '' }} {{ $contact['email'] ?? '' }} {{ $contact['wa_number'] ?? '' }} {{ $contact['subject'] ?? '' }}
@if (strlen($contact['message'] ?? '') > 70)
{{ substr($contact['message'], 0, 70) }}...
@else {{ $contact['message'] ?? '' }} @endif
{{-- Inject scripts --}} @section('scripts') @endsection