@extends('layouts.app') @section('title','Email Reports') @section('page_title','Email Reports') @section('content')
{{ $totalSent }}
{{ $totalOpened }}
{{ $totalClicks }}
{{ $totalFailed }}
{{ $openRate }}%
{{ $clickRate }}%
| Total Sent Emails | {{ $totalSent }} |
| Opened Emails | {{ $totalOpened }} |
| Total Link Clicks | {{ $totalClicks }} |
| Failed Emails | {{ $totalFailed }} |
| Open Rate | {{ $openRate }}% |
| Click Rate | {{ $clickRate }}% |
No recent emails.
@endforelseNo recent clicks.
@endforelse| URL | Clicks |
|---|---|
| {{ $link->clicked_url }} | {{ $link->total_clicks }} |
| No link click data available. | |