@extends('layouts.app') @section('title','Email History') @section('page_title','Email History') @section('content')
| To Email | Project | Payment | Subject | Clicks | Status | Sent At | Action |
|---|---|---|---|---|---|---|---|
| {{ $history->to_email ?? '-' }} | {{ $history->project->project_name ?? '-' }} | {{ $history->payment->payment_title ?? '-' }} | {{ $history->subject ?? '-' }} | {{ $history->clicks_count ?? 0 }} | @if($history->is_opened) Opened @elseif($history->reminder_type == 'email_failed') Failed @else Sent @endif | {{ $history->sent_at }} | View |
| No email history found. | |||||||