@if($smsSendout->statusType() == 1)
                                {{ Lang::get('sms.status.scheduled') }}
                            @elseif($smsSendout->statusType() == 2)
                                {{ Lang::get('sms.status.sending') }}
                            @elseif($smsSendout->statusType() == 3)
                                {{ Lang::get('sms.status.done') }}
                            @elseif($smsSendout->statusType() == 0 && $smsSendout->abort_time)
                                {{ Lang::get('sms.status.aborted') }}
                            @elseif($smsSendout->statusType() == 0)
                                {{ Lang::get('sms.status.failed') }}
                            @endif
                        
                        
                        
                            {{ $smsSendout->sms->whereNotNull('third_party_id')->where('type', 1)->count()  }}
                        
                        {{-- 
                            {{ $smsSendout->sms->where('type', 2)->count() }}
                            @if($count = $smsSendout->sms()->unreadReplies()->count() > 0)
                                {{ $count }}
                            @endif
                        
 --}}
                        
                            {{ $smsSendout->start_time->format('Y-m-d H:i') }}
                        
                     
                    
                        @if($smsSendout->statusType() == 3 || $smsSendout->statusType() == 0)
                            @if($smsSendout->archive_time)
                                
                            @else
                                
                            @endif
                        @elseif($smsSendout->statusType() == 1 || $smsSendout->statusType() == 2)
                            
                        @endif