@extends('layouts.campaign') @section('title', 'Email List') @if(isAdmin()) @section('new_button') Team Reports @endsection @endif @section('content')
Status | Sender | Subject | Opens | Clicks | Content | ||
---|---|---|---|---|---|---|---|
{{ Date::parse($li->ts)->format($date_format) }} | |||||||
{{ ucfirst($li->state) }}
{{ Date::parse($li->ts)->format($date_format) }} {{ Date::parse($li->ts)->format('H:i A') }} |
@else
{{ ucfirst($li->state) }}
{{ Date::parse($li->ts)->format($date_format) }} {{ Date::parse($li->ts)->format('H:i A') }} |
@endif
{{ $li->sender }} | {{ $li->email }} | {{ str_limit($li->subject, 20) }} | {{ $li->opens }} | {{ $li->clicks }} | @if($li->state === 'sent') View Content @endif |
No Data Found |