@if($sendout->statusType() == 1 )
                                {{ Lang::get('dashboard.sendout.inProgress') }}
                            @elseif($sendout->statusType() == 2)
                                {{ Lang::get('dashboard.sendout.scheduled') }}
                            @elseif($sendout->statusType() == 3)
                                {{ Lang::get('dashboard.sendout.completed') }}
                            @elseif($sendout->statusType() == 0)
                                {{ Lang::get('dashboard.sendout.failed') }}
                            @endif
                        
                     
                    @if(\Request::route()->getName() == 'admin.index')