{{ $material->description }}
@if($material->template_content)| Usage Type | Count | Clicks | Conversions | Rate |
|---|---|---|---|---|
| {{ ucfirst(str_replace('_', ' ', str_replace('share_', '', $stat->usage_type))) }} | {{ $stat->count }} | {{ $stat->clicks }} | {{ $stat->conversions }} | {{ $stat->clicks > 0 ? round(($stat->conversions / $stat->clicks) * 100, 1) : 0 }}% |
Type
{{ ucfirst($material->type) }}
Created
{{ $material->created_at->format('M d, Y') }}
Tags