@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')
@include('layouts.notifications')
{{$title}}
@if(isset($result) && $result != '') @foreach($result as $key => $data) @endforeach
No Camapign Title To Send At Action
{{(($post['skip'] + $post['take']) - $post['take'])+($key+1)}} {{$data['campaign_title']}} {{$data['whatsapp_'.$type.'_to']}} @if($data['whatsapp_'.$type.'_send_at'] != "") {{date('d F Y - H:i', strtotime($data['whatsapp_'.$type.'_send_at']))}} @else {{date('d F Y - H:i', strtotime($data['created_at']))}} @endif @if($type == 'sent') Detail @else Detail @endif
@else No WhatsApp Outbox Found @endif
@endsection