@php use App\Support\SmsDirection; @endphp @if($smsThread->isEmpty())

{{ __('devices.sms.thread_empty') }}

@else

{{ __('devices.sms.thread_summary', ['sent' => $smsStats['sent'], 'received' => $smsStats['received']]) }}

@endif