@extends('core::layouts.master') @section('title') {{ trans_choice('communication::general.log',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('communication::general.log',2) }}

@foreach($data as $key) @endforeach
{{ trans_choice('core::general.type',1) }} {{ trans_choice('communication::general.send_to',1) }} {{ trans_choice('core::general.description',1) }} {{ trans_choice('core::general.status',1) }} {{ trans_choice('communication::general.campaign',1) }} {{ trans_choice('core::general.name',1) }} {{ trans_choice('core::general.date',1) }}
@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')}}
@endsection @section('scripts') @endsection