@extends('layouts.public') @section('content')
Amount: {{ money_format_nzd($p->amount_cents) }}
@if($p->reason)Reason: {{ $p->reason }}
@endif @if($attachments->count())Supporting evidence:
Payment already completed. Thank you!
@elseif($checkoutId) Pay securely @elsePayment link not ready yet. Please try again soon or contact support.
@endif @endsection