@if($key->campaign_type == 'sms')
{{trans_choice('communication::general.sms', 1)}}
@endif
@if($key->campaign_type == 'email')
{{trans_choice('communication::general.email', 1)}}
@endif
|
{{$key->send_to}}
|
{{$key->description}}
|
@if($key->status == 'pending')
{{trans_choice('communication::general.pending', 1)}}
@endif
@if($key->status == 'failed')
{{trans_choice('communication::general.failed', 1)}}
@endif
@if($key->status == 'sent')
{{trans_choice('communication::general.sent', 1)}}
@endif
@if($key->status == 'delivered')
{{trans_choice('communication::general.delivered', 1)}}
@endif
@if($key->status == 'done')
{{trans_choice('communication::general.done', 1)}}
@endif
|
{{$key->campaign}}
|
{{$key->created_at->format('Y-m-d')}}
|
@endforeach