@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')
@include('layouts.notifications')
Campaign Push Notification Outbox List
{{ csrf_field() }}
@if(isset($post['push_sent_subject']) && $post['push_sent_subject'] != "")Reset Search@endif
@if(!empty($campaignPush)) @foreach($campaignPush as $key => $data) @endforeach @else @endif
No To Subject Send At Click At Action
{{($post['page'] - 1) * 15 + $key + 1}} {{$data['push_sent_to']}} {{$data['push_sent_subject']}} @if($data['push_sent_send_at'] != "") {{date('d F Y - H:i', strtotime($data['push_sent_send_at']))}} @else {{date('d F Y - H:i', strtotime($data['created_at']))}} @endif @if(!empty($data['click_at'])) {{date('d F Y - H:i', strtotime($data['click_at']))}} @endif Detail
No Data Available

@if ($campaignPushPaginator) {{ $campaignPushPaginator->links() }} @endif
@endsection