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

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

{{number_format($data->total())}} {{ trans_choice('communication::general.log',2) }} {{ trans_choice('core::general.found',1) }}

{{ trans_choice('communication::general.send_to',1) }}
{{ trans_choice('core::general.description',1) }}
{{ trans_choice('communication::general.campaign',1) }} {{ trans_choice('core::general.name',1) }}
@foreach($data as $key)
@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
@if(!empty($key->campaign)) {{$key->campaign->name}} @endif
{{$key->created_at->format('Y-m-d')}}
@endforeach
{{$data->links()}}
{{ trans_choice('core::general.page',1) }} {{$data->currentPage()}} {{ trans_choice('core::general.of',1) }} {{$data->lastPage()}}
@endsection @section('scripts') @endsection