@if(!empty($alreadyPaid))
This payment link was already completed earlier.
@endif
Thanks!
Your payment has been processed successfully.
{{-- Optional: send people somewhere useful --}} @php $home = config('app.url'); @endphp @if($home)
Return to site
@endif