@extends('layouts.app') @section('content')

Proof of Purchase

Views: {{ $link->view_count }} @if($link->max_views) / {{ $link->max_views }} @endif @if($link->expires_at) ยท Expires: {{ $link->expires_at->format('Y-m-d H:i') }} @endif
Merchant: {{ $receipt->merchant ?? 'โ€”' }}
Total: {{ $receipt->total_amount !== null ? number_format((float)$receipt->total_amount, 2) . ' ' . $receipt->currency : 'โ€”' }}
Date: {{ $receipt->purchased_at?->format('Y-m-d H:i') ?? 'โ€”' }}
@if($receipt->notes)
Notes:
{{ $receipt->notes }}
@endif
This page is shareable. It intentionally shows only safe metadata.
@endsection