@extends('layouts.main') @section('css') @endsection @section('content')

Search Condition



Reset

WHATSAPP SMS HISTORY

@foreach($smsHistory as $k=>$v) @if(!empty(\Illuminate\Support\Facades\Auth::user()) && \Illuminate\Support\Facades\Auth::user()->user_type== 'administrator') @else @endif @if(!empty(\Illuminate\Support\Facades\Auth::user()) && \Illuminate\Support\Facades\Auth::user()->user_type== 'administrator') @else @endif @endforeach
number Message Type Sms created Date To Number Message Status Delivery Status Campaign Listed Numbers
{{(($page-1) * $limit) +($k+1)}} {{$v->type}} {{date('Y-m-d H:i A', (strtotime($v->created_at)))}} {{$v['broadcast']->broadcast_name}} {{$v['customer_group_customer_broadcast_count']}} {{$v->message}}
{{$v->status}} @if($v->status=='failed') ({{$v->failed_reason}}) @endif
{{$v->deliveryStatus}}@if($v['campaign']) {{$v['campaign']->campaign_name}} @else N/A @endif @if($v->status=='failed') Resend @else View List @endif
{{ $smsHistory->appends(request()->input())->links() }}
@endsection {{--External Style Section--}} @section('script') @endsection